Incorrect statement of problem FACTSUM

Hello,

I think that the statement of https://www.codechef.com/problems/FACTSUM has incorrect constraints. Probably 2*10^18 is meant. I read the numbers as long longs, and my solution works fine.

Just wanted to report this :slight_smile:

1 Like

Thanks, fixed.