QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#810169#9799. Magical Paletteucup-team3925Compile Error//C++142.4kb2024-12-11 20:11:202024-12-11 20:11:27

Details

answer.code: In function ‘void solve(long long int)’:
answer.code:69:6: error: ‘gcd’ was not declared in this scope
   69 |   if(gcd(n, m) > 1) {
      |      ^~~