Runtime Error
/in/foo.cc: In function 'void build(int, int, int)': /in/foo.cc:203:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid = l + r >> 1; ~~^~~ /in/foo.cc: In function 'int query(int, int, int)': /in/foo.cc:214:23: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid = tr[u].l + tr[u].r >> 1; ~~~~~~~~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1574 Problem 2F. Change the list
- 语言
- C++
- 递交时间
- 2024-04-28 00:44:07
- 评测时间
- 2024-04-28 00:44:07
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 2.395 MiB