QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#534896 | #4927. Bounded Spanning Tree | egypt_ioi2024_02# | Compile Error | / | / | C++20 | 1.3kb | 2024-08-27 17:16:29 | 2024-08-27 17:16:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:52:39: error: ‘l’ was not declared in this scope 52 | ans.push_back(l + 1); | ^ answer.code:57:29: error: ‘join’ was not declared in this scope; did you mean ‘std::ranges::views::join’? 57 | if (join(e[i].u, e[i].v)) { | ^~~~ | std::ranges::views::join In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:89, from answer.code:1: /usr/include/c++/13/ranges:3074:28: note: ‘std::ranges::views::join’ declared here 3074 | inline constexpr _Join join; | ^~~~