QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#423506 | #5523. Graph Problem With Small $n$ | egypt_ioi2024_12 | Compile Error | / | / | C++14 | 1.3kb | 2024-05-28 05:38:56 | 2024-05-28 05:38:56 |
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:53:29: error: ‘i’ was not declared in this scope 53 | ans[i][j]=dp[(1<<n)-1][j]; | ^