/ Vijos /

记录详情

Accepted

/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 11ms 15.062 MiB
#2 Accepted 9ms 15.059 MiB
#3 Accepted 9ms 14.559 MiB
#4 Accepted 8ms 16.305 MiB
#5 Accepted 6ms 14.316 MiB
#6 Accepted 145ms 36.184 MiB
#7 Accepted 143ms 35.188 MiB
#8 Accepted 161ms 35.309 MiB
#9 Accepted 144ms 36.156 MiB
#10 Accepted 154ms 33.777 MiB
#11 Accepted 123ms 33.926 MiB
#12 Accepted 118ms 35.449 MiB
#13 Accepted 118ms 35.312 MiB
#14 Accepted 119ms 33.43 MiB
#15 Accepted 124ms 31.406 MiB
#16 Accepted 125ms 31.398 MiB
#17 Accepted 148ms 31.176 MiB
#18 Accepted 134ms 29.137 MiB
#19 Accepted 134ms 31.633 MiB
#20 Accepted 524ms 61.145 MiB

信息

递交者
类型
递交
题目
P2004 天天爱跑步
语言
C++
递交时间
2017-09-13 16:52:03
评测时间
2017-09-13 16:52:03
评测机
分数
100
总耗时
2466ms
峰值内存
61.145 MiB