记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:13:2: error: expected ';' before 't'
  t=5;
  ^
/in/foo.c:5:32: warning: variable 'time' set but not used [-Wunused-but-set-variable]
     int n,m,a[10],b[22][3],i,j,time=0,t;
                                ^~~~
/in/foo.c: In function 'dfs':
/in/foo.c:19:12: error: 'm' undeclared (first use in this function)
  for(j=0;j<m;){
            ^
/in/foo.c:19:12: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
偷拍硕哥1
比赛
小兰赛 2018/12/9
语言
C
递交时间
2018-12-09 11:59:32
评测时间
2018-12-09 11:59:32
评测机
分数
0
总耗时
14ms
峰值内存
2.918 MiB