While going through some successful submissions of Am I Fibonacci Number in COOK40, I have seen that some of them just use unsigned long long to store digits of the form of 1000 digits and still getting correct answers. Please tell me how this is getting correct and dont we need to use any bigint type class...
↧