Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listJan 23, 2025 02:41Ian MckibbenIan MckibbenScore: 32,207Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 23, 2025 02:4132,2021,859,368,0621,786,567,00048,960,000251,834,368
2Jan 23, 2025 02:4132,2071,861,789,0051,790,815,00044,970,000251,998,208
3Jan 23, 2025 02:4132,2251,864,620,1251,793,846,00042,972,000251,838,464