Feedback for CARRAYARR2 problem

Learning course: Arrays using C
Problem Link: CodeChef: Practical coding for everyone

Feedback

If there are two same statements like

  1. i=i+1
  2. i=i+1

If i=i+1 required at 7th and 11th position

If I put 1. Statement at 7th and 2. at 11th it is not accepting and if vice versa it is accepting …

But both the statement are same…

@akshaycpatil
Yes u r right but the judgement is done of the basis on code formatting too .
the formatted code will get accepted.