QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#553382 | #9241. Sphinx | Naitoah# | Compile Error | / | / | C++20 | 2.7kb | 2024-09-08 12:36:38 | 2024-09-08 12:36:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> solve()’: answer.code:108:34: error: ‘N’ was not declared in this scope 108 | bool tag[N] {}; | ^ answer.code:111:73: error: ‘tag’ was not declared in this scope; did you mean ‘tan’? 111 | for (int v : g[u]) if (col[v] == -1 && !tag[v]) | ^~~ | tan