Since i code in java, i used BigInteger to solve this problem and it got accepted. Is there any other way to solve it without using BigInteger.
Number Theory- Big GCD
Hi,
No other way, In c++ you have to consider numbers in array form.
1 Like