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