Accepted
/in/foo.cc: In function 'void update(int, int, int, int, ll)':
/in/foo.cc:32:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
/in/foo.cc: In function 'll query(int, int, int, int, int)':
/in/foo.cc:41:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1456 修剪草坪
- 语言
- C++
- 递交时间
- 2026-07-14 15:14:25
- 评测时间
- 2026-07-14 15:14:25
- 评测机
- 分数
- 100
- 总耗时
- 147ms
- 峰值内存
- 4.328 MiB