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 20:36Dominique GarmierDominique GarmierScore: 5,938Success
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 20:365,917363,471,552285,370,00051,885,000251,904,000
2Mar 23, 2026 06:295,928366,840,959284,056,00053,821,000251,883,520
3Mar 23, 2026 06:295,935360,628,849284,385,00053,883,000251,961,344
4Mar 22, 2026 20:365,938365,892,915286,704,00051,766,000251,879,424
5Mar 22, 2026 20:365,948361,289,734286,190,00052,850,000252,088,320
6Mar 23, 2026 06:295,954362,793,448285,474,00053,900,000251,879,424