Accepted
/in/foo.cc: In function 'void Ins(int, int, int, int)':
/in/foo.cc:18:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
/in/foo.cc: In function 'int Ask(int, int, int, int, int)':
/in/foo.cc:26:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
/in/foo.cc: In function 'void DFS(int, int, int)':
/in/foo.cc:38:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P3159 逆序三元组
- 语言
- C++
- 递交时间
- 2025-12-16 15:13:18
- 评测时间
- 2025-12-16 15:13:18
- 评测机
- 分数
- 100
- 总耗时
- 402ms
- 峰值内存
- 32.129 MiB