Hello Codeforces, Just got TLE on 2116C - Gellyfish and Flaming Peony using __gcd, but after switching to gcd from , my code got AC!
TLE Submission (using __gcd): Submission #322284306
AC Submission (using std::gcd): Submission #322321593
__gcd VS std::gcd
Hello Codeforces, Just got TLE on 2116C - Gellyfish and Flaming Peony using __gcd, but after switching to gcd from , my code got AC!
TLE Submission (using __gcd): Submission #322284306
AC Submission (using std::gcd): Submission #322321593