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 4, 2026 22:25olliecrowolliecrowScore: 5,290Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:535,271329,472,194243,549,00056,894,000251,838,464
2Feb 14, 2026 22:535,274323,741,933241,710,00058,929,000252,043,264
3Feb 14, 2026 22:535,274329,325,191242,714,00057,931,000251,854,848
4Feb 14, 2026 22:535,280328,950,167246,148,00054,810,000251,908,096
5Feb 14, 2026 22:535,282329,354,435239,249,00061,806,000251,838,464
6Feb 14, 2026 22:535,282328,532,929240,282,00060,818,000252,030,976
7Mar 4, 2026 22:255,290327,405,702239,625,00061,903,000251,871,232
8Feb 14, 2026 22:535,293331,616,260240,779,00060,944,000252,039,168
9Feb 14, 2026 22:535,298330,295,282236,983,00064,995,000252,047,360
10Feb 14, 2026 22:535,301331,663,478239,314,00062,820,000252,084,224
11Mar 4, 2026 22:255,301331,806,176239,345,00062,828,000252,035,072
12Mar 4, 2026 22:255,304328,673,171240,487,00061,868,000252,030,976