Using NumPyPy using PyPy2

Revision en2, by spoily_frog, 2024-01-28 19:10:38

Hi!

In one of the blogs written by c1729, I found it is mentioned: PyPy 2 also has features not present in PyPy 3 such as random, and numpypy.

I tried importing NumPyPy in my code for Python2, and ran it using PyPy2. 243793882 But, it is giving runtime error on test 1. Can somebody please correct me where am I going wrong?

Thanks!

Edit: The blog I am talking of: https://codeforces.com/blog/entry/63102

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English spoily_frog 2024-01-28 19:10:38 75
en1 English spoily_frog 2024-01-28 18:48:25 400 Initial revision (published)