QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#393227 | #7860. Graph of Maximum Degree 3 | ucup-team647 | Compile Error | / | / | C++23 | 6.7kb | 2024-04-18 12:31:30 | 2024-04-18 12:31:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfsblue(int)’: answer.code:79:13: error: ‘!svis’ was not declared in this scope; did you mean ‘svis’? 79 | if (!svis.count(u)) { | ^~~~~~ | svis