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:33Dominique GarmierDominique GarmierScore: 6,088Success
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:336,072370,532,444292,252,00053,862,000251,994,112
2Mar 23, 2026 01:596,084377,953,093288,982,00057,796,000251,998,208
3Mar 23, 2026 01:596,084374,896,960293,967,00052,814,000251,953,152
4Mar 22, 2026 20:336,088370,915,033290,196,00056,842,000252,092,416
5Mar 23, 2026 01:596,120382,393,177291,014,00057,804,000252,002,304
6Mar 22, 2026 20:336,131378,457,966287,759,00061,733,000251,863,040