记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i = 1; i <= n; ++i) a[i] = read(); a[0] = 0;
  ^~~
/in/foo.cc:44:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for (int i = 1; i <= n; ++i) a[i] = read(); a[0] = 0;
                                              ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Accepted 111ms 9.949 MiB
#5 Accepted 113ms 9.934 MiB
#6 Accepted 121ms 9.93 MiB
#7 Time Exceeded ≥1006ms ≥8.699 MiB
#8 Time Exceeded ≥1005ms ≥8.629 MiB
#9 Time Exceeded ≥1006ms ≥8.684 MiB
#10 Time Exceeded ≥1005ms ≥8.613 MiB

信息

递交者
类型
递交
题目
玩游戏
题目数据
下载
语言
C++
递交时间
2018-11-07 18:52:20
评测时间
2018-11-07 18:52:20
评测机
分数
60
总耗时
≥4374ms
峰值内存
≥9.949 MiB