i solved the following [problem](https://codeforces.net/contest/919/problem/C) it get accepted in pypy3 32 bit [code](https://codeforces.net/contest/919/submission/145426789) ,but it get TLE in pypy3 64 bit [code](https://codeforces.net/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.net/contest/919/submission/162491676) and it's [accepted](https://codeforces.net/contest/919/submission/162491697) in pypy3 32bit ,is there any bug in re library in pypy64 bit ?
↵
**Upd**: I tried to submit this code in new version of pypy-64bit but it still gives [TLE](https://codeforces.net/contest/919/submission/162491676) and it's [accepted](https://codeforces.net/contest/919/submission/162491697) in pypy3 32bit ,is there any bug in re library in pypy64 bit ?