记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:8:20: error: stray '\' in program
    8 |                 a=n\100;
      |                    ^
/in/foo.c:8:20: error: expected ';' before numeric constant
    8 |                 a=n\100;
      |                    ^~~~
      |                    ;
/in/foo.c:9:24: error: stray '\' in program
    9 |                 b=n%100\10;
      |                        ^
/in/foo.c:9:24: error: expected ';' before numeric constant
    9 |                 b=n%100\10;
      |                        ^~~
      |                        ;
/in/foo.c:11:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   11 |                 if(n=a*a*a+b*b*b+c*c*c)
      |                    ^

信息

递交者
类型
递交
比赛
2025-C-6
语言
C
递交时间
2025-12-29 11:38:45
评测时间
2025-12-29 11:38:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes