QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795412#9810. Obliviate, Then Reincarnateucup-team311#Compile Error//C++142.4kb2024-11-30 20:20:162024-11-30 20:20:17

詳細信息

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));
      |   ^~~~~~~