记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:13: error: expected identifier or '(' before '[' token
    6 |         int [m];
      |             ^
/in/foo.c:8:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
    8 |         for(int i=0,i<n,i++)
      |                      ^
/in/foo.c:12:9: error: expected expression before 'for'
   12 |         for(int i=0,i<n,i++);{
      |         ^~~
/in/foo.c:12:30: error: expected expression before '{' token
   12 |         for(int i=0,i<n,i++);{
      |                              ^
/in/foo.c:8:17: warning: unused variable 'i' [-Wunused-variable]
    8 |         for(int i=0,i<n,i++)
      |                 ^
/in/foo.c:8:9: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
    8 |         for(int i=0,i<n,i++)
      |         ^~~
/in/foo.c:8:9: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
/in/foo.c:31:1: error: expected declaration or statement at end of input
   31 | }
      | ^

信息

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