Accepted
/in/foo.cc: In member function 'void Tree::Build(int, int, int&, int, int)': /in/foo.cc:26:16: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid=(LL)l+r>>1; ~~~~~^~ /in/foo.cc: In member function 'int Tree::Query(int, int, int, int, int)': /in/foo.cc:33:16: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] int mid=(LL)l+r>>1,tmp=Siz[son[nowr][0]]-Siz[son[nowl][0]],t; ~~~~~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 双面间谍
- 语言
- C++
- 递交时间
- 2019-03-20 09:59:04
- 评测时间
- 2019-03-20 09:59:04
- 评测机
- 分数
- 100
- 总耗时
- 7069ms
- 峰值内存
- 135.43 MiB