QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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)); | ^~~~~~~