QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^