Runtime Error
/in/foo.cc: In function 'void build(long long int, long long int, long long int)':
/in/foo.cc:36:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
36 | int mid = l + r >> 1;
| ~~^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:99:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
99 | for (auto [x, y] : lsh) {
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1663 资源勘探
- 语言
- C++
- 递交时间
- 2026-08-05 09:56:50
- 评测时间
- 2026-08-05 09:56:50
- 评测机
- 分数
- 0
- 总耗时
- 3858ms
- 峰值内存
- 31.852 MiB