SVCE-ACM/A-December-of-Algorithms-2019

What is the maximum N in December-06 problem?

Closed this issue · 1 comments

What is the maximum N in December-06 problem?

You can consider the maximum number that can be used for the particular datatype in whichever language the problem is coded in. For example, in C++, values can range upto 2147483647. So if you give limit as 10, Fibonacci primes are displayed till 433494437.