记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:23: error: lvalue required as left operand of assignment
    9 |                 a[i][0=1;
      |                       ^
/in/foo.c:9:25: error: expected ']' before ';' token
    9 |                 a[i][0=1;
      |                         ^
      |                         ]
/in/foo.c:14:24: error: expected ';' before '}' token
   14 |                 }
      |                  ^      
      |                        ;
   15 |         }
      |         ~         

信息

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