QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#616217#8943. Challenge Matrix Multiplicationucup-team4744Compile Error//C++202.3kb2024-10-05 23:36:312024-10-05 23:36:32

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;
      |                          ^