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 listJan 22, 2024 18:00Yuriy LyfenkoYuriy LyfenkoScore: 4,723Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 18:004,543542,356,472258,966,4350267,276,288
2Jan 22, 2024 18:004,576558,820,808260,833,6640265,482,240
3Jan 22, 2024 18:004,594586,152,312261,845,0380267,370,496
4Jan 22, 2024 18:004,715503,531,183193,925,00074,813,000267,886,592
5Jan 22, 2024 18:004,715503,486,437196,098,00072,666,000267,800,576
6Jan 22, 2024 18:004,717512,030,879199,392,00069,485,000267,956,224
7Jan 22, 2024 18:004,723505,334,886198,646,00070,585,000267,792,384
8Jan 22, 2024 18:004,738524,007,849197,770,00072,281,000267,866,112
9Jan 22, 2024 18:004,738512,837,493203,573,00066,493,000267,870,208
10Jan 22, 2024 18:004,743503,434,434205,318,00065,051,000267,943,936
11Jan 22, 2024 18:004,771513,209,556198,517,00073,451,000267,878,400
12Jan 22, 2024 18:004,776522,861,345199,076,00073,130,000267,952,128