QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#335879#7612. Matrix Inversealch07Compile Error//C++202.3kb2024-02-24 08:24:242024-02-24 08:24:25

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]){
      |             ~~