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 21, 2026 19:32Andrew EpsteinAndrew EpsteinScore: 34,019Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 21, 2026 19:3333,9451,944,932,4851,871,591,00063,320,000251,682,816
2Aug 21, 2026 19:3334,0191,949,246,5631,875,849,00063,270,000251,682,816
3Aug 21, 2026 19:3334,0351,950,750,9501,875,875,00064,171,000251,682,816