记录详情

Compile Error

/in/foo.c:2:1: warning: data definition has no type or storage class
 x=float(input("n"))
 ^
/in/foo.c:2:1: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int]
/in/foo.c:2:3: error: expected expression before 'float'
 x=float(input("n"))
   ^~~~~
/in/foo.c:7:10: error: invalid suffix "n" on integer constant
 print(x<=10n)
          ^~~

信息

递交者
类型
递交
题目
体育测试
比赛
终结考试
语言
C
递交时间
2018-11-08 10:47:17
评测时间
2018-11-08 10:47:18
评测机
分数
0
总耗时
11ms
峰值内存
2.918 MiB