QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#756139#9622. 有限小数ucup-team1623Compile Error//C++143.2kb2024-11-16 19:09:112024-11-16 19:09:11

详细

answer.code: In function ‘void adda(LL, LL)’:
answer.code:16:15: error: ‘gcd’ is not a member of ‘std’
   16 |     LL g=std::gcd(up,down);
      |               ^~~