Compile Error
/in/foo.cc: In function 'std::pair<int, int> init(double, double)': /in/foo.cc:14:22: warning: left operand of comma operator has no effect [-Wunused-value] if(!b) return (0,0); ^ /in/foo.cc:14:21: error: could not convert '((void)0, 0)' from 'int' to 'std::pair<int, int>' if(!b) return (0,0); ~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1504 强大的区间
- 语言
- C++
- 递交时间
- 2019-10-24 16:46:20
- 评测时间
- 2019-10-24 16:46:20
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes