QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795847#9799. Magical PaletteM&M&M (Marcos Kolodny, Mateo Carranza Vélez, Marcelo Fornet)#Compile Error//C++14633b2024-12-01 02:26:102024-12-01 02:26:11

Details

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