QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#658042 | #6679. Not Another Path Query Problem | GuanYunchang | Compile Error | / | / | C++17 | 1.8kb | 2024-10-19 16:02:17 | 2024-10-19 16:02:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void pro()’: answer.code:62:34: error: ‘j’ was not declared in this scope 62 | if(find(quereies[j].first) == find(quereies[j].second))cout << "Yes" << endl; | ^