QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535066#4927. Bounded Spanning Treelibya2024-01#Compile Error//C++201.5kb2024-08-27 19:04:352024-08-27 19:04:35

詳細信息

answer.code: In function ‘void solve()’:
answer.code:52:40: error: ‘u’ was not declared in this scope
   52 |         for(auto [to, l, r, idx]: adj2[u])
      |                                        ^