QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101131#2928. Espresso!ZhangYiDeCompile Error//C++111.4kb2023-04-29 01:12:222023-04-29 01:12:24

详细

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;
      |                 ^~~