Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:32:20: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 32 | for (auto &[s, t]: paths) { | ^ /in/foo.cc:43:28: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 43 | for (auto &[s, t]: paths) { | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2004 天天爱跑步
- 语言
- C++
- 递交时间
- 2025-02-17 08:54:37
- 评测时间
- 2025-02-17 08:54:37
- 评测机
- 分数
- 40
- 总耗时
- 1284ms
- 峰值内存
- 28.766 MiB