Wrong Answer
/in/foo.cc: In function 'int isprime(int)': /in/foo.cc:22:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(i<=sqrt(x)) ^~ /in/foo.cc:24:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' return 1; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1802 回文素数
- 比赛
- 2021.5.26本周数组练习(学校社团专练)
- 语言
- C++
- 递交时间
- 2021-06-01 18:31:46
- 评测时间
- 2021-06-01 18:31:46
- 评测机
- 分数
- 25
- 总耗时
- 15ms
- 峰值内存
- 228.0 KiB