/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:42:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
       for(int i=2;i<=n;i++)
       ^~~
/in/foo.cc:50:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cout<<f[n][m]<<endl;
    ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 404.0 KiB
#2 Accepted 2ms 416.0 KiB
#3 Accepted 2ms 408.0 KiB
#4 Accepted 2ms 556.0 KiB
#5 Accepted 3ms 496.0 KiB
#6 Accepted 3ms 664.0 KiB
#7 Accepted 9ms 1.047 MiB
#8 Accepted 20ms 1.363 MiB
#9 Accepted 28ms 1.414 MiB
#10 Accepted 44ms 2.273 MiB

信息

递交者
类型
递交
题目
P1111 菜鸟驿站
语言
C++
递交时间
2022-02-18 17:08:33
评测时间
2022-02-18 17:08:33
评测机
分数
100
总耗时
121ms
峰值内存
2.273 MiB