QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795412 | #9810. Obliviate, Then Reincarnate | ucup-team311# | Compile Error | / | / | C++14 | 2.4kb | 2024-11-30 20:20:16 | 2024-11-30 20:20:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs1(int)’: answer.code:38:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 38 | for (auto [u, _] : eds[v]) { | ^ answer.code: In function ‘bool dfs3(int)’: answer.code:58:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 58 | for (auto [u, w] : eds[v]) { | ^ answer.code: In function ‘int main()’: answer.code:97:3: error: ‘reverse’ was not declared in this scope 97 | reverse(ALL(vv)); | ^~~~~~~