QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#690121#8829. Aibohphobiapokorfanclub#Compile Error//C++172.8kb2024-10-30 20:23:202024-10-30 20:23:21

Details

answer.code: In function ‘void dfs(long long int, long long int)’:
answer.code:80:22: error: ‘adj’ was not declared in this scope
   80 |         for (int v : adj[u]) if (v != f) {
      |                      ^~~
answer.code: In function ‘void dfs2(long long int, long long int)’:
answer.code:89:9: error: expected unqualified-id before ‘for’
   89 |         for (int v : adj[u]) if (v != f) {
      |         ^~~