记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:20: error: array type has incomplete element type 'int[]'
  int xmin,xmax,i,j,a[2][],num=0;
                    ^
/in/foo.c:5:20: note: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
/in/foo.c:11:3: error: expected ';' before 'printf'
   printf("\n");
   ^~~~~~
/in/foo.c:5:20: warning: unused variable 'a' [-Wunused-variable]
  int xmin,xmax,i,j,a[2][],num=0;
                    ^
/in/foo.c: In function 'find':
/in/foo.c:16:10: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  int i,j,x,num=0;
          ^
/in/foo.c:16:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,x,num=0;
        ^

信息

递交者
类型
递交
题目
2-2 编程题
语言
C
递交时间
2019-10-15 23:08:29
评测时间
2019-10-15 23:08:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes