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 listApr 8, 2026 22:23Taylor DettlingTaylor DettlingScore: 3,494Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 22:233,488220,363,736178,848,00019,983,000250,056,704
2Apr 8, 2026 22:233,494223,159,806177,276,00021,910,000250,130,432
3Apr 8, 2026 22:233,495227,471,743171,344,00027,893,000250,138,624