QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#536559#141. 8 染色egypt_ioi2024_04#Compile Error//C++201.3kb2024-08-29 14:32:592024-08-29 14:33:05

詳細信息

Bob.code: In function ‘void color(int)’:
Bob.code:18:33: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
   18 |         if(B[i]==2)B[i]=B[nd]^1,dfs(i);
      |                                 ^~~
      |                                 ffs
Bob.code: In function ‘std::vector<int> Bob(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
Bob.code:29:27: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
   29 |         if(B[i]==2)B[i]=0,dfs(i);
      |                           ^~~
      |                           ffs