Python problems with too large List

0

I'm doing a Python script and I'm getting a msg error that I can not resolve

Error msg: MemoryError Command exited with non-zero status (1)

I tried to use the map:

x = list (map (int, input (). split ()))

Error msg: MemoryError Command exited with non-zero status (1)

Usually the entries do not exceed 10,000 numbers and the computer has 32GB of RAM? What can I do, the OS is 64Bits?

    
asked by anonymous 07.09.2018 / 23:27

1 answer

-1

My dear, your script is not wrong, I tested it myself in my compiler and accepted it correctly, something must be happening with your compiler or related thing, since I just tested and did not give any error, if want to send pictures could be easier to help.

    
08.09.2018 / 18:19