Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:8:2: error: expected ';' before 'while' while(nt!=0) ^~~~~ /in/foo.cc:13:5: error: 'x' was not declared in this scope if(x==n) ^ /in/foo.cc:5:8: warning: unused variable 'y' [-Wunused-variable] int n,y=0,nt; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1639 A4-3 回文数专题:回文数判断
- 语言
- C++
- 递交时间
- 2024-05-03 14:03:07
- 评测时间
- 2024-05-03 14:03:07
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes