记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:33: error: 'c\U0000ff09' undeclared (first use in this function)
    5 |         scanf("%d,%d,%d",&a,&b,&c);
      |                                 ^~~
/in/foo.c:5:33: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:36: error: expected ')' before ';' token
    5 |         scanf("%d,%d,%d",&a,&b,&c);
      |              ~                     ^
      |                                    )
/in/foo.c:11:18: error: expected ';' before '}' token
   11 |         return 0;
      |                  ^
      |                  ;
   12 | }
      | ~                 
/in/foo.c:4:15: warning: unused variable 'L' [-Wunused-variable]
    4 |     int a,b,c,L;
      |               ^
/in/foo.c:4:13: warning: unused variable 'c' [-Wunused-variable]
    4 |     int a,b,c,L;
      |             ^

信息

递交者
类型
自测
语言
C
递交时间
2025-11-06 14:43:52
评测时间
2025-11-06 14:43:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes