Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:143:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
143 | auto [p_u, p_d] = prev.states[ps];
| ^
/in/foo.cc:147:22: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
147 | auto [c_u, c_d] = cur.states[cs];
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2052 染色
- 语言
- C++
- 递交时间
- 2026-06-02 00:42:12
- 评测时间
- 2026-06-02 00:42:12
- 评测机
- 分数
- 4
- 总耗时
- 338ms
- 峰值内存
- 42.594 MiB