评测信息

运行ID: 14061
src.c:1:3: error: expected expression before 'float'
x=float(intput(''))
^
src.c:1:16: error: empty character constant
x=float(intput(''))
^
src.c:2:16: error: empty character constant
y=float(intput(''))
^