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 listOct 31, 2025 21:17AnSaAnSaScore: 19,132Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 21:1719,1051,119,924,9711,067,981,00020,980,000250,015,744
2Oct 31, 2025 21:1719,1321,116,991,7971,067,550,00022,990,000250,052,608
3Oct 31, 2025 21:1719,1481,122,815,3011,070,456,00020,989,000250,036,224