|
|
back to board"The number of measurements doesn't exceed 25000." Test 2 has 25001 measurements. 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!!! I usually use (N+10) as array size. So in my solution for this problem array size was 25010, and I get AC. Nice. |
|
|