Wrong Answer
foo.cc: In function 'void get_sg()': foo.cc:33:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!vis[j]==i) ^~ foo.cc:33:12: note: add parentheses around left hand side expression to silence this warning if(!vis[j]==i) ^~~~~~~ ( ) foo.cc: In function 'int main()': foo.cc:44:5: warning: label 'std' defined but not used [-Wunused-label] std:ios::sync_with_stdio(false); ^~~
正在同步测试数据,请稍后 识别到4个测试点
信息
- 递交者
- 类型
- 递交
- 题目
- P1224 Stream Selection
- 语言
- C++
- 递交时间
- 2020-10-28 16:59:10
- 评测时间
- 2020-10-28 16:59:10
- 评测机
- 分数
- 0
- 总耗时
- 17ms
- 峰值内存
- 728.0 KiB