记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:24: error: 'm\U0000ff1b' undeclared (first use in this function)
   10 |                 n=n%10+m;
      |                        ^~~
/in/foo.c:10:24: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:10:27: error: expected ';' before 'x'
   10 |                 n=n%10+m;
      |                           ^
      |                           ;
   11 |                         x=x/10;
      |                         ~  
/in/foo.c:13:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   13 |         if(c=m)
      |            ^
/in/foo.c:14:28: error: expected ';' before '\U0000ff1b'
   14 |         printf("x是回文数");}
      |                            ^~
      |                            ;
/in/foo.c: At top level:
/in/foo.c:15:9: error: expected identifier or '(' before 'else'
   15 |         else
      |         ^~~~
/in/foo.c:19:1: error: expected identifier or '(' before '}' token
   19 | }
      | ^

信息

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