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 22:51Yuriy LyfenkoYuriy LyfenkoScore: 4,559Success
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 22:344,4251,147,129,292252,203,9920264,331,264
2Jan 22, 2024 22:284,4321,138,596,450252,651,0440267,132,928
3Jan 22, 2024 22:514,4401,176,916,614253,075,8310266,579,968
4Jan 22, 2024 22:284,4411,149,427,098253,150,7860266,629,120
5Jan 22, 2024 22:514,4581,176,050,438254,085,1270267,341,824
6Jan 22, 2024 22:344,4801,163,564,580255,332,6280266,117,120
7Jan 22, 2024 22:344,4931,143,014,087256,112,6700265,981,952
8Jan 22, 2024 22:514,5011,166,198,769256,560,0220265,785,344
9Jan 22, 2024 22:284,5111,097,707,976194,129,00063,015,000264,237,056
10Jan 22, 2024 22:284,5141,159,779,308257,287,2330265,609,216
11Jan 22, 2024 22:284,5181,101,995,921202,925,00054,594,000265,240,576
12Jan 22, 2024 22:344,5201,104,208,922195,507,00062,114,000263,905,280
13Jan 22, 2024 22:284,5291,096,739,541193,380,00064,792,000264,589,312
14Jan 22, 2024 22:514,5361,106,725,729196,176,00062,373,000265,261,056
15Jan 22, 2024 22:284,5471,107,089,944194,904,00064,298,000265,134,080
16Jan 22, 2024 22:344,5541,118,738,615198,074,00061,507,000264,314,880
17Jan 22, 2024 22:514,5551,116,614,188197,298,00062,358,000264,949,760
18Jan 22, 2024 22:284,5551,126,156,536195,253,00064,403,000265,981,952
19Jan 22, 2024 22:344,5591,115,685,900194,910,00064,970,000264,953,856
20Jan 22, 2024 22:344,5671,107,481,666196,284,00064,050,000265,162,752
21Jan 22, 2024 22:514,5691,109,996,033201,536,00058,910,000264,368,128
22Jan 22, 2024 22:344,5821,111,753,713197,137,00064,018,000264,998,912
23Jan 22, 2024 22:514,5821,123,751,972191,672,00069,518,000264,503,296
24Jan 22, 2024 22:284,5841,118,376,175191,743,00069,544,000265,805,824
25Jan 22, 2024 22:344,5891,120,916,602205,095,00056,505,000265,367,552
26Jan 22, 2024 22:284,5921,119,360,788193,268,00068,449,000265,154,560
27Jan 22, 2024 22:514,5921,128,406,377190,647,00071,122,000264,208,384
28Jan 22, 2024 22:514,5921,117,749,205188,225,00073,525,000261,410,816
29Jan 22, 2024 22:344,5941,116,941,543193,402,00068,434,000265,596,928
30Jan 22, 2024 22:514,6011,109,624,729195,944,00066,319,000265,306,112
31Jan 22, 2024 22:514,6011,113,760,818196,677,00065,559,000263,643,136
32Jan 22, 2024 22:284,6021,120,009,610190,761,00071,535,000263,778,304
33Jan 22, 2024 22:344,6211,125,171,211192,014,00071,377,000263,331,840
34Jan 22, 2024 22:514,6231,140,984,580190,146,00073,355,000264,876,032
35Jan 22, 2024 22:344,6431,132,108,101190,581,00074,060,000262,062,080
36Jan 22, 2024 22:284,6541,134,025,112199,719,00065,533,000261,414,912