QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#537183 | #141. 8 染色 | egypt_ioi2024b_04 | Compile Error | / | / | C++20 | 2.9kb | 2024-08-29 22:38:56 | 2024-08-29 22:38:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from Bob.code:1: Bob.code: In function ‘void dfs2(int)’: Bob.code:42:12: error: ‘deg’ was not declared in this scope 42 | assert(deg[u] < 8); | ^~~