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

Правка en2, от 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. :)

Теги 32 bit vs 64 bit

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский adshin21 2019-02-18 15:17:34 4
en1 Английский adshin21 2019-02-11 23:55:15 849 Initial revision (published)