Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(a||b) cout<<a<<':'<<b<<endl<<endl;a=0;b=0;
^~
/in/foo.cc:16:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(a||b) cout<<a<<':'<<b<<endl<<endl;a=0;b=0;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1156 乒乓球
- 语言
- C++
- 递交时间
- 2020-11-21 10:44:49
- 评测时间
- 2020-11-21 10:44:49
- 评测机
- 分数
- 30
- 总耗时
- 42ms
- 峰值内存
- 416.0 KiB