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 23, 2026 13:25Dominique GarmierDominique GarmierScore: 5,432Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 12:525,418335,944,776258,029,00050,808,000251,981,824
2Mar 23, 2026 12:525,421335,883,245256,149,00052,824,000252,059,648
3Mar 23, 2026 13:255,422336,534,811258,208,00050,844,000251,973,632
4Mar 23, 2026 12:525,432332,966,854257,686,00051,936,000251,895,808
5Mar 23, 2026 13:255,434335,323,938257,771,00051,954,000252,059,648
6Mar 23, 2026 13:255,438338,565,946259,133,00050,830,000252,055,552