/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:93:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
  ^~~
/in/foo.cc:93:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
                                             ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 14.941 MiB
#2 Accepted 5ms 14.309 MiB
#3 Accepted 6ms 14.562 MiB
#4 Accepted 6ms 14.805 MiB
#5 Accepted 6ms 14.938 MiB
#6 Accepted 131ms 36.184 MiB
#7 Accepted 144ms 33.934 MiB
#8 Accepted 144ms 33.688 MiB
#9 Accepted 118ms 31.41 MiB
#10 Accepted 121ms 31.543 MiB
#11 Accepted 138ms 33.953 MiB
#12 Accepted 130ms 36.223 MiB
#13 Accepted 143ms 37.203 MiB
#14 Accepted 145ms 37.156 MiB
#15 Accepted 149ms 33.426 MiB
#16 Accepted 119ms 31.414 MiB
#17 Accepted 139ms 35.281 MiB
#18 Accepted 131ms 33.844 MiB
#19 Accepted 145ms 33.535 MiB
#20 Runtime Error 443ms 62.184 MiB

信息

递交者
类型
递交
题目
P2004 天天爱跑步
语言
C++
递交时间
2017-09-13 16:50:33
评测时间
2017-09-13 16:50:33
评测机
分数
95
总耗时
2375ms
峰值内存
62.184 MiB