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 09:51C#_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 09:520522,131,249389,490,00099,037,000233,758,720line 0: expected 2955698189 got 9255961898
2Aug 28, 2026 09:520522,225,337388,859,00099,925,000233,811,968line 0: expected 506215829 got 560128592
3Aug 28, 2026 09:520520,524,462389,509,00099,208,000233,828,352line 0: expected 86147803 got 68418730