Sponsored
Use these hints if you're stuck. Try solving on your own first.
If n is odd, return a string of size n formed only by 'a', else return string formed with n-1 'a' and 1 'b''.
Solve with full IDE support and test cases