QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#431502 | #5523. Graph Problem With Small $n$ | egypt_ioi2024_12 | Compile Error | / | / | C++20 | 1.5kb | 2024-06-05 17:32:04 | 2024-06-05 17:32:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:50:43: error: ‘J’ was not declared in this scope 50 | for(int k=dp[rest]._Find_next(J);k<dp[rest].size();k=dp[rest]._Find_next(k)){ | ^