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 listDec 4, 2022 15:17Yuriy LyfenkoYuriy LyfenkoScore: 5,346Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 4, 2022 15:195,2901,048,332,519208,347,00093,155,000267,374,592
2Dec 4, 2022 15:175,2991,048,604,846220,138,00081,912,000265,932,800
3Dec 4, 2022 15:195,3081,048,925,115209,836,00092,694,000266,117,120
4Dec 4, 2022 15:175,3181,039,009,947215,069,00088,076,000265,703,424
5Dec 4, 2022 15:195,3221,053,866,588216,530,00086,816,000267,255,808
6Dec 4, 2022 15:175,3241,049,717,932209,243,00094,209,000265,908,224
7Dec 4, 2022 15:195,3261,063,685,285216,847,00086,738,000267,386,880
8Dec 4, 2022 15:195,3271,040,550,832205,741,00097,877,000267,489,280
9Dec 4, 2022 15:195,3361,057,693,928218,592,00085,580,000267,448,320
10Dec 4, 2022 15:175,3391,049,977,865215,050,00089,266,000265,875,456
11Dec 4, 2022 15:175,3401,053,453,379209,524,00094,878,000265,748,480
12Dec 4, 2022 15:195,3411,055,155,841220,373,00084,049,000267,378,688
13Dec 4, 2022 15:195,3461,075,023,633216,951,00087,789,000267,448,320
14Dec 4, 2022 15:175,3531,051,125,679216,043,00089,079,000265,928,704
15Dec 4, 2022 15:175,3631,066,149,481214,909,00090,806,000265,805,824
16Dec 4, 2022 15:175,3691,080,461,117213,437,00092,623,000265,822,208
17Dec 4, 2022 15:195,3711,069,468,981228,004,00078,142,000267,501,568
18Dec 4, 2022 15:175,4051,081,507,317223,947,00084,111,000265,572,352
19Dec 4, 2022 15:195,4896,759,787,081312,847,2420264,515,584
20Dec 4, 2022 15:175,6159,562,971,930320,072,8130263,102,464
21Dec 4, 2022 15:195,67510,588,142,390323,500,9290267,194,368
22Dec 4, 2022 15:195,71910,704,333,497325,973,0660265,674,752
23Dec 4, 2022 15:175,81911,503,591,966331,677,3060264,085,504
24Dec 4, 2022 15:175,89215,867,635,112335,815,7130265,076,736