Compile Error
foo.cc:63:45: error: empty character constant 63 | put(''); | ^~ foo.cc: In function ‘bool cmp(Node, Node)’: foo.cc:10:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 10 | return x.num<y.num||x.num==y.num&&x.id<y.id; | ~~~~~~~~~~~~^~~~~~~~~~~ foo.cc: In function ‘int main()’: foo.cc:63:41: error: ‘put’ was not declared in this scope; did you mean ‘putw’? 63 | put(''); | ^~~ | putw
信息
- 递交者
- 类型
- 递交
- 题目
- P2433 插入排序
- 语言
- C++
- 递交时间
- 2025-07-19 13:34:19
- 评测时间
- 2025-07-19 13:34:19
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes