Accepted
foo.cc: In member function 'void node::build(int, int)': foo.cc:39:55: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] this -> left = new node; this -> left -> build(l, l + r >> 1); ~~^~~ foo.cc:40:55: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] this -> right = new node; this -> right -> build((l + r >> 1) + 1, r); ~~^~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1083 小白逛公园
- 语言
- C++
- 递交时间
- 2021-04-18 16:49:07
- 评测时间
- 2021-04-18 16:49:07
- 评测机
- 分数
- 100
- 总耗时
- 2374ms
- 峰值内存
- 98.141 MiB