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 16:13Bohdan StorozhukBohdan StorozhukScore: 5,233Success
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 16:135,134317,661,072246,686,00045,941,000251,969,536
2Jan 20, 2025 16:135,233330,172,190252,374,00045,886,000251,895,808
3Jan 20, 2025 16:135,262320,731,321250,932,00048,986,000251,998,208