79387118

Date: 2025-01-25 16:50:54
Score: 1
Natty:
Report link

I think the problem is there is not enough memory in the system for an array so big. Try with smaller values. If you need to manage so big array, you will need a new algorithm, or get more ram. According to the message, 4 GB are required just for this variable b. Integer(4) use less memory space, half than integer(8), so this could be the reason it works with integer(4).

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Alfonso Sancho