2 test cases not passing
hi @akash_281 it has been mentioned that the output cannot have leading zeroes, ie if the first digit is becoming 0, you should not flip it.
for eg for the number
99123
the output should be 90123
but your output is 00123
hi @akash_281 it has been mentioned that the output cannot have leading zeroes, ie if the first digit is becoming 0, you should not flip it.
for eg for the number
99123
the output should be 90123
but your output is 00123