Wrong Answer
/in/foo.cc: In function 'int maxi(int, int)': /in/foo.cc:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (p>q) return p;return q; ^~ /in/foo.cc:10:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (p>q) return p;return q; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 经典环形DP 能量项链
- 语言
- C++
- 递交时间
- 2017-08-18 15:23:26
- 评测时间
- 2017-08-18 15:23:26
- 评测机
- 分数
- 131072
- 总耗时
- 49ms
- 峰值内存
- 2.594 MiB