QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101131#2928. Espresso!ZhangYiDeCompile Error//C++111.4kb2023-04-29 01:12:222023-04-29 01:12:24

Details

answer.code: In function ‘long long int LCM(long long int, long long int)’:
answer.code:30:17: error: ‘gcd’ was not declared in this scope
   30 |     return (a / gcd(a, b)) * b;
      |                 ^~~