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:05Dominique GarmierDominique GarmierScore: 10,879Success
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:0510,857642,315,179565,962,00052,903,000251,895,808
2Mar 22, 2026 20:1310,864649,905,880570,290,00048,939,000251,908,096
3Mar 22, 2026 20:1310,870652,917,918563,708,00055,872,000251,994,112
4Mar 22, 2026 17:0510,879649,744,014564,086,00056,008,000251,912,192
5Mar 22, 2026 20:1310,885646,478,932568,478,00051,952,000251,994,112
6Mar 22, 2026 17:0510,987653,849,671569,399,00056,840,000251,908,096