记录详情

Compile Error

/in/foo.c:2:1: warning: data definition has no type or storage class
 n=float(input("n"))
 ^
/in/foo.c:2:1: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int]
/in/foo.c:2:3: error: expected expression before 'float'
 n=float(input("n"))
   ^~~~~
/in/foo.c:6:1: error: expected identifier or '(' before 'if'
 if n include m=2
 ^~

信息

递交者
类型
递交
题目
新年联欢
比赛
终结考试
语言
C
递交时间
2018-11-08 10:56:06
评测时间
2018-11-08 10:56:07
评测机
分数
0
总耗时
15ms
峰值内存
2.922 MiB