QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#393227#7860. Graph of Maximum Degree 3ucup-team647Compile Error//C++236.7kb2024-04-18 12:31:302024-04-18 12:31:30

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