Accepted

foo.cc: In function ‘int main()’:
foo.cc:9:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
    9 |     if(k>=2)
      |     ^~
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 2ms 512.0 KiB
#2 Accepted 2ms 772.0 KiB
#3 Accepted 2ms 512.0 KiB

信息

递交者
类型
递交
题目
P2367 1.5.17:菲波那契数列
比赛
2026.7.14中级班练习
语言
C++
递交时间
2026-07-15 12:48:10
评测时间
2026-07-15 12:48:10
评测机
分数
100
总耗时
8ms
峰值内存
772.0 KiB