评测信息

运行ID: 10221
src.c:1:5: error: expected expression before 'float'
a = float(input(''))
^
src.c:1:17: error: empty character constant
a = float(input(''))
^