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; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1635 城市连接
- 语言
- C++
- 递交时间
- 2017-02-28 17:52:39
- 评测时间
- 2017-02-28 17:52:39
- 评测机
- 分数
- 0
- 总耗时
- 30ms
- 峰值内存
- 2.953 MiB