|
|
back to boardWhy MLE help plz!! Qhy memory limit exceed const coll=100000; var m:array[1..coll]of longint; t:array[1..coll]of integer; k,s,j,i,n:longint; ch:string[4]; a:integer; begin ....... I not understend!!!! I think 600kb+some bytes!!! My program eat 813kb!! Re: Why MLE help plz!! Posted by Ich 8 Jun 2005 22:45 Try to change application type: {$APPTYPE CONSOLE} because console application uses much less amount of memory Why sizeof(integer) = 4 ????? integer=longint ??????? size of word=4 ???? |
|
|