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