QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^