QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#794254#9799. Magical PaletteChatPCT-4o (Shogo Amacho, Yuichiro Koga, Atsutoshi Kikuchi)#Compile Error//C++144.5kb2024-11-30 13:14:542024-11-30 13:14:54

Details

answer.code: In function ‘int main()’:
answer.code:86:8: error: ‘gcd’ was not declared in this scope
   86 |     if(gcd(n,m)>=2){
      |        ^~~