QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#616217 | #8943. Challenge Matrix Multiplication | ucup-team4744 | Compile Error | / | / | C++20 | 2.3kb | 2024-10-05 23:36:31 | 2024-10-05 23:36:32 |
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:83:42: error: ‘S’ was not declared in this scope 83 | vis[C[k][x-1]]=1,S++; | ^ answer.code:86:26: error: ‘S’ was not declared in this scope 86 | ans[C[i][j]]=S; | ^