Results of Comment Search

Search:    Place:    Show:
<
1
2
3
>


Title User Message Date Posted
Re: Clarification Unknown yes, i had the same problem May 24, 2017 - 12:57:13 pm UTC
Re: How many rooms at most? Jlsajfj Thanks :D Nov 12, 2015 - 9:18:54 pm UTC
Re: How many rooms at most? jargon Since the grid can be at most 25x25, then we can calculate there can be 13 rooms every other column and 13 rooms every other row, so there's a theoretical limit of 14*14 = 196 rooms. Nov 11, 2015 - 10:02:06 pm UTC
Re: 0 boards Jlsajfj alright, thanks Nov 11, 2015 - 2:42:04 am UTC
Re: 0 boards spencereir Yes, you should still output "0 square metre(s) left over" Nov 11, 2015 - 2:39:32 am UTC
0 boards Jlsajfj Do you still need to output "square meters left over"? Nov 11, 2015 - 2:04:57 am UTC
Re: Room size Jlsajfj Thanks :D Nov 10, 2015 - 11:03:42 pm UTC
How many rooms at most? Jlsajfj Nov 10, 2015 - 11:03:31 pm UTC
Re: Room size silo 64 square meters is a unit of area, not length. You shouldn't be using an array[64][64] when they give you the restraints for both row and column numbers. It says "No room will be larger than", so I'm... Nov 10, 2015 - 2:43:28 am UTC
Room size Jlsajfj Does it mean nothing larger than 64 meters squared or 64 squared meters (64m^2 or 4096m^2)? I mean should it be an array [64][64] max? Or does it mean the individual rooms? Nov 10, 2015 - 2:35:37 am UTC