Wrong Answer
foo.cc: In function 'int main()': foo.cc:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(b>=3) ^~ foo.cc:15:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' b++; ^ foo.cc:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(c>=4) ^~ foo.cc:20:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' c=c-4; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1087 xf1-10多喝饮料
- 比赛
- 2020苏青奥赛集训营(2021-2-2课堂小练)
- 语言
- C++
- 递交时间
- 2021-02-02 13:07:26
- 评测时间
- 2021-02-02 13:07:26
- 评测机
- 分数
- 40
- 总耗时
- 10ms
- 峰值内存
- 384.0 KiB