Compile Error
/in/foo.cc: In function 'int zhishu(int)': /in/foo.cc:7:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=2;i<x/2;i++) ^~~ /in/foo.cc:9:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' return 1; ^~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:63:5: error: 'j' was not declared in this scope if(j==30) cout<<"impossible!"; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1134 回文数
- 语言
- C++
- 递交时间
- 2020-02-24 10:30:45
- 评测时间
- 2020-02-24 10:30:45
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes