记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:13:2: error: expected ';' before 'c'
  c[t]=0;
  ^
/in/foo.c:14:14: warning: unused variable 'y' [-Wunused-variable]
  int s,k=0,x,y,num=m;
              ^
/in/foo.c:45:1: error: expected declaration or statement at end of input
 }
 ^

信息

递交者
类型
自测
题目
P1017 苹果摘陶陶
语言
C
递交时间
2022-01-21 18:15:34
评测时间
2022-01-21 18:15:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes