/ SUOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:70:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i = 0; i <= n; ++ i) printf("%d ", dp[i]); puts("");
  ^~~
/in/foo.cc:70:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i = 0; i <= n; ++ i) printf("%d ", dp[i]); puts("");
                                                      ^~~~
# 状态 耗时 内存占用
#1 Accepted 18ms 692.0 KiB
#2 Accepted 42ms 976.0 KiB
#3 Accepted 17ms 428.0 KiB
#4 Accepted 76ms 504.0 KiB
#5 Accepted 17ms 432.0 KiB
#6 Accepted 60ms 520.0 KiB
#7 Accepted 16ms 424.0 KiB
#8 Accepted 77ms 508.0 KiB
#9 Runtime Error 772ms 4.336 MiB
#10 Runtime Error 766ms 4.328 MiB
#11 Runtime Error 766ms 4.332 MiB
#12 Runtime Error 766ms 4.336 MiB
#13 Runtime Error 787ms 4.336 MiB
#14 Runtime Error 789ms 4.328 MiB
#15 Runtime Error 790ms 5.094 MiB
#16 Runtime Error 789ms 4.98 MiB
#17 Runtime Error 813ms 5.07 MiB
#18 Runtime Error 812ms 5.094 MiB
#19 Runtime Error 783ms 5.094 MiB
#20 Runtime Error 785ms 5.094 MiB

信息

递交者
类型
递交
题目
#52 伐木
语言
C++
递交时间
2019-03-26 10:26:09
评测时间
2019-03-26 10:26:09
评测机
分数
40
总耗时
9752ms
峰值内存
5.094 MiB