Big GCD .. one case is giving run error

hey @imavneet you missed an important constraint that n could be zero, you need to print m when n == 0, please add an if condition before you try to find m%n as that would result in SIGFPE