|
|
back to boardInvalid test 2 "The number of measurements doesn't exceed 25000." Test 2 has 25001 measurements. You're absolutely right Posted by SPIRiT 30 Oct 2006 17:54 I've had an array of 25000 elements and got WA at test 2. When I changed the array to the size 30000 elements, I got AC. Unbelievable, isn't it!!! Re: You're absolutely right I usually use (N+10) as array size. So in my solution for this problem array size was 25010, and I get AC. Nice. You are right. The problem statement fixed. (-) |
|
|