QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#802842#9868. GCDucup-team5109#Compile Error//C++14851b2024-12-07 14:54:292024-12-07 14:54:32

詳細信息

answer.code: In function ‘int main()’:
answer.code:22:35: error: ‘gcd’ was not declared in this scope
   22 |                         f[now.a - gcd(now.a , now.b)] = min(f[now.a - gcd(now.a , now.b)] , f[now.a] + 1);
      |                                   ^~~