QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^