QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#335879 | #7612. Matrix Inverse | alch07 | Compile Error | / | / | C++20 | 2.3kb | 2024-02-24 08:24:24 | 2024-02-24 08:24:25 |
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:24: error: ‘k’ was not declared in this scope 83 | for(int i = 0; i < k; i++){ | ^ answer.code:87:36: error: expected ‘;’ before ‘if’ 87 | row[j] = B[iMods[i]][j] | ^ | ; 88 | if(jModBm[j]){ | ~~