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