记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:6: error: 'm' undeclared (first use in this function)
   if(m==2){
      ^
/in/foo.c:9:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:8: warning: variable 'y' set but not used [-Wunused-but-set-variable]
  int x,y,z,l,r=0;
        ^

信息

递交者
类型
递交
题目
P1006 数字统计
语言
C
递交时间
2021-08-31 00:42:39
评测时间
2021-08-31 00:42:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes