Accepted
/in/foo.cc: In function 'void change(int, int, int, int, int, ll)': /in/foo.cc:59:10: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int m=l+r>>1; ~^~ /in/foo.cc: In function 'void build(int, int, int)': /in/foo.cc:73:10: 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:82:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int m=l+r>>1;ll re=0; ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- #46 最大和和
- 语言
- C++
- 递交时间
- 2018-10-16 09:38:07
- 评测时间
- 2018-10-16 09:38:07
- 评测机
- 分数
- 100
- 总耗时
- 2296ms
- 峰值内存
- 26.426 MiB