QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#206585 | #7338. Education Nightmare | ZhaoZiLong | Compile Error | / | / | C++20 | 2.3kb | 2023-10-07 21:26:46 | 2023-10-07 21:26:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In lambda function: answer.code:27:22: error: ‘m_path’ was not declared in this scope; did you mean ‘on_path’? 27 | if (y) { m_path[v] = true; } | ^~~~~~ | on_path answer.code: In function ‘int main()’: answer.code:64:17: error: could not convert ‘m_sup’ from ‘std::vector<bool>’ to ‘bool’ 64 | if (m_sup) { break; } | ^~~~~ | | | std::vector<bool>