Accepted
/in/foo.cc: In function 'int query(int, int, int, int, int, int)':
/in/foo.cc:24:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int M=l+r>>1,sum=0;
        ~^~
/in/foo.cc: In function 'void update(int, int, int, int, int)':
/in/foo.cc:32:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int M=l+r>>1;
        ~^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 校门外的树(数据强化版)
 - 语言
 - C++
 - 递交时间
 - 2017-12-05 18:08:09
 - 评测时间
 - 2017-12-05 18:08:09
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 994ms
 - 峰值内存
 - 6.066 MiB