QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#756139#9622. 有限小数ucup-team1623Compile Error//C++143.2kb2024-11-16 19:09:112024-11-16 19:09:11

Details

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