/ XMU_ACM /

记录详情

Compile Error

/in/foo.c: In function 'function':
/in/foo.c:10:2: error: expected ',' or ';' before 'while'
  while(y)
  ^~~~~
/in/foo.c:9:7: warning: unused variable 'max' [-Wunused-variable]
  long max=1000000
       ^~~
/in/foo.c: In function 'main':
/in/foo.c:39:20: error: 'max' undeclared (first use in this function)
   if(cat[go].k==2) max=243;
                    ^~~
/in/foo.c:39:20: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
刘学习的仓鼠
语言
C
递交时间
2019-04-19 15:00:20
评测时间
2019-04-19 15:00:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes