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 11, 2026 22:17Alexander FrolovAlexander FrolovScore: 5,303Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 11, 2026 22:175,300325,765,609282,074,00020,005,000250,318,848
2Jan 11, 2026 22:175,303332,407,166283,326,00018,954,000250,236,928
3Jan 11, 2026 22:175,304330,122,810280,385,00021,951,000250,257,408