Compile Error
/in/foo.c: In function 'main':
/in/foo.c:13:5: error: expected ';' before 'while'
while(n!=0)
^~~~~
/in/foo.c:22:2: error: 'else' without a previous 'if'
else
^~~~
/in/foo.c:25:1: error: expected ';' before '}' token
}
^
/in/foo.c:6:6: warning: unused variable 'r' [-Wunused-variable]
int r=0;
^
/in/foo.c:5:8: warning: unused variable 'x' [-Wunused-variable]
int n,x,y;
^
信息
- 递交者
- 类型
- 递交
- 题目
- A4-3 回文数专题:回文数判断
- 比赛
- 南师大(含泰州学院)2024年新生赛(第一场)
- 语言
- C
- 递交时间
- 2024-08-19 23:33:34
- 评测时间
- 2024-08-19 23:33:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes