My LeetCode grinding. Trying to do a problem a day.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

problem.txt 249B

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.