Wrong Answer
foo.cc: In function 'int main()':
foo.cc:14:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
14 | else
| ^~~~
foo.cc:17:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
17 | return 0;
| ^~~~~~
foo.cc:5:17: warning: unused variable 'j' [-Wunused-variable]
5 | int n,i,j,leap=0;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- A3-2 素数专题:素数判断
- 比赛
- 2024-3-15 信息教师练习赛(2)
- 语言
- C++
- 递交时间
- 2024-03-18 20:30:51
- 评测时间
- 2024-03-18 20:30:51
- 评测机
- 分数
- 40
- 总耗时
- 12ms
- 峰值内存
- 536.0 KiB