2. Advanced GCD #

Created Thursday 30 July 2020

Need to find the gcd of two numbers. But the range of 0<b<10^250^ and 0<a<40000. b cannot be stored in an integer.

We take the input b in a string, as it can be stored;