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++)
      |         ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 428.0 KiB
#2 Accepted 2ms 476.0 KiB
#3 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
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