Page 1 of 1
why aren't default space/time constraints specified?
Posted: Fri Sep 19, 2003 12:28 am
by symme7ry
Shouldn't there be a link to the default time limit, stack size, and total memory size available somewhere on the main problemset page?
Posted: Fri Sep 19, 2003 11:52 am
by fpnc
Some problems are different, but by default, 10 secs and 64M all included.
fpnc wrote:NOTE: It is really 32M.
Posted: Sun Sep 21, 2003 4:21 pm
by Joseph Kurniawan
But once, my program used 32??? KB (if rounded up will be 33M), but I got memory limit exceeded. fpnc wrote by default 64 MB. How could this be???
fpnc wrote:NOTE: It is really 32M.
Posted: Sun Sep 21, 2003 5:05 pm
by fpnc
fpnc wrote:Some problems are different, but by default, 10 secs and 64M all included.
Well, I said
Some problems are different.
fpnc wrote:NOTE: It is really 32M.
Posted: Fri Sep 26, 2003 7:04 am
by Joseph Kurniawan
So, i assume the default memory is 64MB, correct?
The prob was 10226 - Hardwood Species. There aren't any specifications about memory, time, and others. So the prob's default memory is supposed to be 64 MB, correct? But my program used 32??? MB and got memory limit. Why is that???
Posted: Fri Sep 26, 2003 9:30 am
by fpnc
SORRY. Memory limit for running programs is 32768 Kb by default. I consulted the wrong file. I'll change previous postings so there is no doubt.
Also, now you can check the limits for problems at
http://online-judge.uva.es - this website is still under construction and it may not work sometimes. It'll be announced when this website is under production.
Posted: Tue Sep 30, 2003 8:28 pm
by yiuyuho
Excuse me, I have a question about problem 10063, my problem used less then 18000 byte but get ML, there is no specific mem limited stated in the problem.
Actually I get ML after re-judge
Posted: Tue Sep 30, 2003 9:26 pm
by fpnc
Read my previous post. I can see a big '16' under ML column...
Posted: Wed Oct 01, 2003 2:14 am
by yiuyuho
oh...didn't realize that link is to the memory/time specifications...it looks like a link to the problemset main page =P
My bet, thank you for your clarification.