QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#423506#5523. Graph Problem With Small $n$egypt_ioi2024_12Compile Error//C++141.3kb2024-05-28 05:38:562024-05-28 05:38:56

Details

answer.code: In function ‘int main()’:
answer.code:53:29: error: ‘i’ was not declared in this scope
   53 |                         ans[i][j]=dp[(1<<n)-1][j];
      |                             ^