评测信息

运行ID: 22557
src.c:1:1: error: unknown type name 'import'
import math
^
src.c:2:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
a=float(input())
^