QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#675436#5465. Maximum GCDMaMengQiCompile Error//C++171.8kb2024-10-25 18:35:362024-10-25 18:35:37

Details

answer.code: In function ‘void solve()’:
answer.code:71:19: error: ‘mn’ was not declared in this scope; did you mean ‘n’?
   71 |    if(ok) cout << mn << "\n";
      |                   ^~
      |                   n