⏱ Performance Showdown
FizzBuzz — fast as you can to 100
Implement the classic FizzBuzz for n=100 (multiples of 3 → 'Fizz', multiples of 5 → 'Buzz', both → 'FizzBuzz', otherwise the number). Return the result as a single newline-joined string. Beat 1ms.
Author's reference: 0.8 ms
🏆 Leaderboard
Loading…