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 30, 2026 02:51Dominique GarmierDominique GarmierScore: 6,028Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 02:516,016368,651,021299,066,00043,863,000251,850,752
2Mar 30, 2026 02:516,028365,957,183304,640,00038,954,000251,850,752
3Mar 30, 2026 02:516,050366,279,271299,871,00044,980,000251,846,656