记录详情

Compile Error

/in/foo.c: In function 'output':
/in/foo.c:16:8: error: 'o' undeclared (first use in this function)
  for(i=o;i<10;i++)
        ^
/in/foo.c:16:8: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:17:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   printf("%d",&a[i]);
            ^

信息

递交者
类型
自测
语言
C
递交时间
2019-09-20 14:10:09
评测时间
2019-09-20 14:10:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes