评测信息
运行ID: 46791
src.c:1:1: error: unknown type name 'import'
import random
^
src.c:2:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
a=int(input())
^
import random
^
src.c:2:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
a=int(input())
^