QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#393227#7860. Graph of Maximum Degree 3ucup-team647Compile Error//C++236.7kb2024-04-18 12:31:302024-04-18 12:31:30

詳細信息

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