Wrong Answer
/in/foo.cc: In function 'void flag(int)':
/in/foo.cc:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (x>=z) return; z=min(z,x+mark());
^~
/in/foo.cc:18:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (x>=z) return; z=min(z,x+mark());
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1980 斗地主
- 语言
- C++
- 递交时间
- 2018-12-08 11:23:51
- 评测时间
- 2018-12-08 11:23:51
- 评测机
- 分数
- 99
- 总耗时
- 174ms
- 峰值内存
- 332.0 KiB