QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#462833 | #898. 二分图最大匹配 | jxy2012# | Compile Error | / | / | C++23 | 1.5kb | 2024-07-04 06:41:47 | 2024-07-04 06:41:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool bfs()’: answer.code:32:13: error: ‘Qq’ was not declared in this scope; did you mean ‘q’? 32 | while (!Qq.empty()) { | ^~ | q