does CF use 32 bit interpreter for python 2 and 3 both ?

Revision en2, by adshin21, 2019-02-18 15:17:34

As I was solving this problem where I have to find the min of something with ans.

In my machine it showed the correct ans where I'd defined ans = sys.maxsize

I was getting wrong answer every time. My submission

Just changed sys.maxsize to 10^18 and got AC. Link

I used this algorithm Link

I just want to ask why they are using 32 bit interpreter.

P.S. — I didn't have any personal issue with that but I came to know my fault after the contest had been finished.

Sorry for my poor english. :)

Tags 32 bit vs 64 bit

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English adshin21 2019-02-18 15:17:34 4
en1 English adshin21 2019-02-11 23:55:15 849 Initial revision (published)