Accepted
/in/foo.cc: In function 'void Ins(int, int, int, int)':
/in/foo.cc:15: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:22:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int m=l+r>>1;
~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P3163 最小逆序对
- 语言
- C++
- 递交时间
- 2025-12-19 14:02:30
- 评测时间
- 2025-12-19 14:02:30
- 评测机
- 分数
- 100
- 总耗时
- 507ms
- 峰值内存
- 3.121 MiB