记录详情

Compile Error

/in/foo.c: In function 'Opp':
/in/foo.c:3:5: warning: type of 'x' defaults to 'int' [-Wimplicit-int]
 int Opp(x)
     ^~~
/in/foo.c: In function 'main':
/in/foo.c:20:2: error: expected ';' before 'printf'
  printf("%d",b);
  ^~~~~~
/in/foo.c:17:11: warning: variable 'b' set but not used [-Wunused-but-set-variable]
     int a,b;
           ^

信息

递交者
类型
自测
题目
A4-2 回文数专题:反数
语言
C
递交时间
2021-08-29 18:49:45
评测时间
2021-08-29 18:49:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes