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