/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:41:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++) a[i]=read();mn[n+1]=inf;
  ^~~
/in/foo.cc:41:36: 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();mn[n+1]=inf;
                                    ^~
# 状态 耗时 内存占用
#1 Runtime Error 4ms 364.0 KiB
#2 Accepted 3ms 364.0 KiB
#3 Accepted 3ms 372.0 KiB
#4 Accepted 3ms 344.0 KiB
#5 Runtime Error 3ms 344.0 KiB
#6 Runtime Error 3ms 352.0 KiB
#7 Runtime Error 4ms 376.0 KiB
#8 Runtime Error 4ms 384.0 KiB
#9 Runtime Error 3ms 372.0 KiB
#10 Runtime Error 5ms 368.0 KiB

信息

递交者
类型
递交
题目
P1605 双栈排序
语言
C++
递交时间
2017-10-20 21:05:36
评测时间
2017-10-20 21:05:36
评测机
分数
30
总耗时
39ms
峰值内存
384.0 KiB