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 3, 2026 20:03Taylor DettlingTaylor DettlingScore: 3,509Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 19:563,503224,643,278177,689,00021,961,000250,048,512
2Apr 3, 2026 19:563,503227,985,038175,731,00023,963,000250,281,984
3Apr 3, 2026 20:033,508222,644,284185,943,00013,995,000250,294,272
4Apr 3, 2026 20:033,509226,962,832178,118,00021,891,000250,286,080
5Apr 3, 2026 19:563,510228,157,022176,173,00023,887,000250,073,088
6Apr 3, 2026 20:033,510229,113,819176,194,00023,890,000250,064,896