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 listAug 18, 2025 21:01Drew GarciaDrew GarciaScore: 7,372Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 21:017,342462,722,808334,399,00084,100,000234,627,072
2Aug 18, 2025 21:017,372462,154,481342,966,00077,217,000234,635,264
3Aug 18, 2025 21:017,392491,676,177335,693,00085,666,000234,614,784