|
|
back to boardDiscussion of Problem 1261. TipsWhat's up?=( I can't take a[0..25000000]of boolean; Memore Limit? Why? This Massive is only max 15 mb Re: What's up?=( Posted by KALO 20 Oct 2010 23:13 No, because boolean variables are represented as a size of 1 byte memory locations. So size of your array is nearly 25Mb. |
|
|