← Back to topics
Topic

Exit Code 216

A
Al3kSaNdaR
Why do I always get Exit Code 216 when trying to build an array [1..200000, 1..200000] in Pascal. What's the biggest number from I can define length of any array ?
d
dpetek
Maybe because 200000x200000 array is approximately 150Gb :D ( array of integers in C++, where an integer is 4 bytes )