My LeetCode grinding. Trying to do a problem a day.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123 |
- Given an integer n, return a string with n characters such that each character in such string occurs an odd number of times.
-
- The returned string must contain only lowercase English letters. If there are multiples valid strings, return any of them.
|