QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#690121 | #8829. Aibohphobia | pokorfanclub# | Compile Error | / | / | C++17 | 2.8kb | 2024-10-30 20:23:20 | 2024-10-30 20:23:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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) { | ^~~