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

@akash_281 just checking this condition for the first digit only will suffice