pypy 64 bit TLE
Difference between en3 and en4, changed 0 character(s)
i solved the following [problem](https://codeforces.com/contest/919/problem/C) it get accepted in pypy3 32 bit [code](https://codeforces.com/contest/919/submission/145426789) ,but it get TLE in pypy3 64 bit [code](https://codeforces.com/contest/919/submission/145427077),i used re library for regular expression .can any one explain this weird behavior between pypy 32 bit and pypy 64 bit with solving re problems ?↵

**Upd**: I tried to submit this code in new version of pypy-64bit but it still gives [TLE](https://codeforces.com/contest/919/submission/162491676) and it's accepted in pypy3 32bit ,is there any bug in re library in pypy64 bit ?  

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en6 English beethoven97 2022-07-02 02:23:26 0 (published)
en5 English beethoven97 2022-07-02 02:22:12 59 (saved to drafts)
en4 English beethoven97 2022-07-02 02:20:39 0 (published)
en3 English beethoven97 2022-07-02 02:19:51 234 Tiny change: 'pd**: I try now to submit' -> 'pd**: I tried to submit' (saved to drafts)
en2 English beethoven97 2022-02-06 18:49:18 3
en1 English beethoven97 2022-02-06 18:48:20 431 Initial revision (published)