QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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)){ | ^