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 20, 2025 17:35Bohdan StorozhukBohdan StorozhukScore: 16,501Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2025 17:3516,0632,912,077,933277,883,000637,731,000133,959,680
2Jan 20, 2025 17:3516,5013,795,916,189259,290,000681,273,00071,938,048
3Jan 20, 2025 17:3516,9963,162,600,451256,646,000712,118,00074,330,112