Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
9 | if(k>=2)
| ^~
/in/foo.cc:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
11 | for(int i=2;i<k;i++)
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2367 1.5.17:菲波那契数列
- 比赛
- 2025.10.18中级班练习
- 语言
- C++
- 递交时间
- 2025-10-19 16:39:36
- 评测时间
- 2025-10-19 16:39:36
- 评测机
- 分数
- 100
- 总耗时
- 6ms
- 峰值内存
- 532.0 KiB