记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:16:41: error: expected ')' before '\U0000ff09'
   16 |                         for(j=0;j<=1;j++)
      |                            ~            ^~
      |                                         )
/in/foo.c:20:33: error: expected expression before '}' token
   20 |                                 }
      |                                 ^
/in/foo.c:5:25: warning: variable 'b' set but not used [-Wunused-but-set-variable]
    5 |         int a[2][3]={0},b[2][3]={0};
      |                         ^

信息

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