My LeetCode grinding. Trying to do a problem a day.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123
  1. Given an integer n, return a string with n characters such that each character in such string occurs an odd number of times.
  2. The returned string must contain only lowercase English letters. If there are multiples valid strings, return any of them.