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 04:47Dominique GarmierDominique GarmierScore: 5,546Success
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 04:475,527345,780,296264,185,00050,843,000251,953,152
2Mar 23, 2026 04:285,530344,374,642262,528,00052,704,000251,858,944
3Mar 23, 2026 04:285,541346,789,398260,055,00055,797,000252,063,744
4Mar 23, 2026 04:475,546342,656,560258,260,00057,834,000251,949,056
5Mar 23, 2026 04:475,629342,539,280264,055,00056,796,000252,030,976
6Mar 23, 2026 04:285,634347,909,042260,484,00060,647,000251,953,152