Wrong Answer
foo.cc: In function 'int main()': foo.cc:26:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0;i<K;i++)cout<<l0[i].b<<" ";cout<<endl; ^~~ foo.cc:26:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=0;i<K;i++)cout<<l0[i].b<<" ";cout<<endl; ^~~~
正在同步测试数据,请稍后
信息
- 递交者
- 类型
- 递交
- 题目
- P1498 排座椅
- 语言
- C++
- 递交时间
- 2020-11-03 20:44:15
- 评测时间
- 2020-11-03 20:44:15
- 评测机
- 分数
- 10
- 总耗时
- 21ms
- 峰值内存
- 632.0 KiB