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 listMar 22, 2026 17:20Dominique GarmierDominique GarmierScore: 5,828Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 17:205,800360,052,276270,830,00059,742,000252,026,880
2Mar 22, 2026 17:205,828355,432,441277,340,00054,869,000252,084,224
3Mar 22, 2026 17:205,830358,895,408278,429,00053,889,000251,961,344