Time Exceeded
foo.cc: In function 'int main()':
foo.cc:23:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
23 | if(x2%y==0)
| ^~
foo.cc:25:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
25 | y++;
| ^
foo.cc:10:11: warning: unused variable 'n' [-Wunused-variable]
10 | int y=2,n;
| ^
foo.cc:5:14: warning: unused variable 'x11' [-Wunused-variable]
5 | int x,x1,x2,x11;
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1781 哥德巴赫猜想(gede)
- 语言
- C++
- 递交时间
- 2022-01-15 11:48:34
- 评测时间
- 2022-01-15 11:48:34
- 评测机
- 分数
- 0
- 总耗时
- ≥1266ms
- 峰值内存
- ≥384.0 KiB