pypy 64 bit TLE

Revision en3, by beethoven97, 2022-07-02 02:19:51

i solved the following problem it get accepted in pypy3 32 bit code ,but it get TLE in pypy3 64 bit code,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 and it's accepted in pypy3 32bit ,is there any bug in re library in pypy64 bit ?

Tags regular expressions

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)