/ 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 564.0 KiB
#2 Accepted 42ms 1.082 MiB
#3 Accepted 17ms 424.0 KiB
#4 Accepted 78ms 508.0 KiB
#5 Accepted 18ms 432.0 KiB
#6 Accepted 62ms 500.0 KiB
#7 Accepted 17ms 460.0 KiB
#8 Accepted 81ms 508.0 KiB
#9 Accepted 856ms 6.582 MiB
#10 Time Exceeded ≥3001ms ≥7.957 MiB
#11 Accepted 845ms 6.582 MiB
#12 Time Exceeded ≥3001ms ≥8.051 MiB
#13 Accepted 848ms 6.578 MiB
#14 Time Exceeded ≥3002ms ≥7.957 MiB
#15 Runtime Error 1658ms 7.965 MiB
#16 Runtime Error 1656ms 7.965 MiB
#17 Runtime Error 1658ms 7.969 MiB
#18 Runtime Error 1661ms 7.969 MiB
#19 Runtime Error 1656ms 7.965 MiB
#20 Runtime Error 1642ms 7.949 MiB

信息

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