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 10: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 10:530507,235,888371,360,000102,471,000233,775,104line 868: expected 600363131 got 6363131
2Aug 28, 2026 10:530492,438,512371,306,00099,147,000233,754,624line 472: expected 200278718 got 2278718
3Aug 28, 2026 10:530502,994,601371,194,00098,909,000233,730,048line 3367: expected 800066816 got 8066816