QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#580466 | #7895. Graph Partitioning 2 | ucup-team2321 | Compile Error | / | / | C++20 | 8.7kb | 2024-09-21 22:00:07 | 2024-09-21 22:00:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(int)’: answer.code:279:31: error: ‘u’ was not declared in this scope 279 | for (auto v : adj[u]) { | ^