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 5, 2026 00:10olliecrowolliecrowScore: 4,547Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 00:104,543290,604,529236,965,00021,996,000250,253,312
2Mar 5, 2026 00:104,546291,573,039240,091,00019,007,000250,036,224
3Mar 5, 2026 00:104,546285,342,425236,200,00022,922,000250,245,120
4Mar 5, 2026 00:104,547285,768,726236,178,00023,017,000250,228,736
5Mar 5, 2026 00:104,547291,658,918236,275,00022,929,000250,052,608
6Mar 5, 2026 00:104,548290,212,519235,321,00023,931,000250,040,320
7Mar 5, 2026 00:104,549288,534,543237,368,00021,941,000250,044,416
8Mar 5, 2026 00:104,550286,033,057235,398,00023,938,000250,261,504
9Mar 5, 2026 00:104,550285,501,072236,421,00022,943,000250,269,696