QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]) { | ^