QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#580466#7895. Graph Partitioning 2ucup-team2321Compile Error//C++208.7kb2024-09-21 22:00:072024-09-21 22:00:08

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]) {
      |                               ^