My LeetCode grinding. Trying to do a problem a day.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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.