memory limit

what is the maximum limit of the memory

1 Like

Memory limit is something obvious in programming contests. I would also like to know what is this limit.

Faq says in SIGSEGV section: “Make sure you aren’t declaring too much memory. 64 MB is guaranteed”. However in DIVQUERY (practice mode) I’m sure I’m using about 100M and get no signal.

It would be best to add the answer to this question to FAQ. Thanks in advance.

refer to FAQ ,it contains al information related to it

Which memory

dynamic memory that is in an array or a vector int array[x][y]
what could be the upper limit of the x and y

yes …