QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]); | ^~~~~