/ Vijos /

记录详情

Runtime Error

foo.cpp: In function 'int main()':
foo.cpp:45:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=x0;i>=1;i--) cout<<" "<<x[i];cout<<endl;
  ^~~
foo.cpp:45:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=x0;i>=1;i--) cout<<" "<<x[i];cout<<endl;
                                          ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 0ms 2.945 MiB
#2 Runtime Error 0ms 2.945 MiB
#3 Runtime Error 0ms 2.945 MiB
#4 Runtime Error 0ms 2.945 MiB
#5 Runtime Error 15ms 2.953 MiB
#6 Runtime Error 0ms 2.945 MiB
#7 Runtime Error 0ms 2.949 MiB
#8 Runtime Error 0ms 2.949 MiB
#9 Runtime Error 0ms 2.949 MiB
#10 Runtime Error 15ms 2.949 MiB

信息

递交者
类型
递交
题目
P1635 城市连接
语言
C++
递交时间
2017-02-28 17:52:39
评测时间
2017-02-28 17:52:39
评测机
分数
0
总耗时
30ms
峰值内存
2.953 MiB