QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#32955 | #141. 8 染色 | std_killer | Compile Error | / | / | C++20 | 1.4kb | 2022-05-26 00:32:53 | 2023-01-15 15:04:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Bob.code: In function ‘std::vector<int> Bob(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: Bob.code:25:17: error: ‘G’ was not declared in this scope 25 | G[U[i]].push_back(V[i]); | ^ In file included from /usr/include/c++/11/cassert:44, from Bob.code:2: Bob.code:30:32: error: ‘G’ was not declared in this scope 30 | assert(G[i].size() <= 7); | ^