Feedback for REMONE problem

Learning course: Jump from 2* to 3*
Problem Link: CodeChef: Practical coding for everyone

Feedback

Is the Sample test case here correct? The third last line needs to be 2 because there are 2 numbers in the second last line.

@mr_try_hard
The test cases are absolutely fine .
B array contains N-1 elements not N elements.

I mean in the ‘Additional sample 1’ on the hints page. The 3rd line from the bottom is missing 2. Using this sample to run the custom test input results in the error.

@mr_try_hard
Yess 2 is missing in this case.

1 Like