Compile Error
/in/foo.cc: In function 'bool check(int)': /in/foo.cc:93:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i=1;i<=n;i++) val[i]=0; need=0,Max=0; ^~~ /in/foo.cc:93:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (int i=1;i<=n;i++) val[i]=0; need=0,Max=0; ^~~~ /in/foo.cc: At global scope: /in/foo.cc:113:1: error: 'v' does not name a type v ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1983 运输计划
- 语言
- C++
- 递交时间
- 2018-07-23 23:26:09
- 评测时间
- 2018-07-23 23:26:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes