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.