QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877238 | #9676. Ancestors | kintsgi | Compile Error | / | / | C++14 | 4.1kb | 2025-01-31 20:34:43 | 2025-01-31 20:34:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void cdq(int, int)’: answer.code:50:23: error: ‘vec’ was not declared in this scope 50 | vector<Node>().swap(vec); | ^~~ answer.code: In function ‘void work(std::vector<int>&)’: answer.code:98:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 98 | for (auto [t, id] : s) mg(nd[id - 1], nd[id], t); | ^