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 28, 2026 11:03C#_userC#_userError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 28, 2026 11:040510,997,388374,564,000102,366,000233,631,744line 6191953: expected 302 got 0302
2Aug 28, 2026 11:040510,881,557374,196,000100,104,000233,828,352line 7529191: expected 499 got 0499
3Aug 28, 2026 11:048,293507,748,632374,307,00098,450,000233,660,416