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 19, 2026 02:22olliecrowolliecrowScore: 3,532Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2026 02:223,529230,657,482180,247,00020,912,000250,056,704
2Apr 19, 2026 02:223,532227,460,228179,394,00021,926,000250,056,704
3Apr 19, 2026 02:223,533236,852,170176,468,00024,924,000250,130,432