QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#536559 | #141. 8 染色 | egypt_ioi2024_04# | Compile Error | / | / | C++20 | 1.3kb | 2024-08-29 14:32:59 | 2024-08-29 14:33:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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