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