Accepted
/in/foo.cc: In function 'Treap* Merge(Treap*, Treap*)':
/in/foo.cc:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!x) return y;if(!y) return x;
^~
/in/foo.cc:71:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!x) return y;if(!y) return x;
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1020 决战
- 语言
- C++
- 递交时间
- 2020-03-01 16:33:30
- 评测时间
- 2020-03-01 18:32:58
- 评测机
- 分数
- 100
- 总耗时
- 567ms
- 峰值内存
- 8.461 MiB