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 21, 2026 19:37Dominique GarmierDominique GarmierScore: 9,798Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 19:379,786581,746,200514,809,00042,984,000252,092,416
2Mar 21, 2026 19:379,798584,677,078508,512,00049,952,000251,977,728
3Mar 21, 2026 19:379,815581,325,442515,522,00043,959,000252,076,032