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; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1605 双栈排序
- 语言
- C++
- 递交时间
- 2017-10-20 21:05:36
- 评测时间
- 2017-10-20 21:05:36
- 评测机
- 分数
- 30
- 总耗时
- 39ms
- 峰值内存
- 384.0 KiB