QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#163341 | #7121. Beech Tree | Jasonwei# | Compile Error | / | / | C++20 | 1.4kb | 2023-09-04 01:10:20 | 2024-04-28 06:59:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void dfs(int)’: answer.code:33:58: error: ‘first’ was not declared in this scope 33 | for (int i = 0; i < a.size() - 1; i++) ans[v] &= first (a[i], a[i + 1]); | ^~~~~