记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:11:13: error: expected '(' before '{' token
   11 |         {for{j=1;j<i;j++)
      |             ^
      |             (
/in/foo.c:11:19: warning: statement with no effect [-Wunused-value]
   11 |         {for{j=1;j<i;j++)
      |                  ~^~
/in/foo.c:11:25: error: expected ';' before ')' token
   11 |         {for{j=1;j<i;j++)
      |                         ^
      |                         ;
/in/foo.c:11:25: error: expected statement before ')' token
/in/foo.c:16:16: error: 'o' undeclared (first use in this function)
   16 |          for(i=o;i<n;i++)
      |                ^
/in/foo.c:16:16: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:22:1: error: expected declaration or statement at end of input
   22 | }
      | ^

信息

递交者
类型
自测
语言
C
递交时间
2025-11-24 16:59:10
评测时间
2025-11-24 16:59:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes