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 23:00Yuriy LyfenkoYuriy LyfenkoScore: 4,560Success
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 23:084,3861,136,503,595250,016,8120268,210,176
2Jan 22, 2024 23:074,4311,141,709,857252,574,2940265,506,816
3Jan 22, 2024 23:004,4421,140,113,816253,176,9450267,337,728
4Jan 22, 2024 23:004,4441,148,672,223253,287,4530264,966,144
5Jan 22, 2024 23:084,4611,139,561,425254,305,3830265,531,392
6Jan 22, 2024 23:074,4631,152,786,097254,398,8630264,536,064
7Jan 22, 2024 23:074,4751,170,197,056255,095,5820266,760,192
8Jan 22, 2024 23:004,4921,177,621,847256,064,6370267,661,312
9Jan 22, 2024 23:084,5221,108,239,365188,003,00069,774,000264,568,832
10Jan 22, 2024 23:084,5241,178,467,506257,869,5120266,899,456
11Jan 22, 2024 23:074,5321,102,490,413203,951,00054,387,000264,593,408
12Jan 22, 2024 23:004,5321,106,102,375194,746,00063,569,000264,548,352
13Jan 22, 2024 23:084,5331,104,900,009201,071,00057,300,000264,830,976
14Jan 22, 2024 23:074,5341,108,354,026189,380,00069,044,000263,880,704
15Jan 22, 2024 23:084,5441,102,430,264194,243,00064,747,000265,465,856
16Jan 22, 2024 23:004,5461,107,130,116197,665,00061,450,000264,077,312
17Jan 22, 2024 23:004,5481,113,744,518199,981,00059,253,000266,055,680
18Jan 22, 2024 23:084,5491,111,288,317192,229,00067,080,000264,302,592
19Jan 22, 2024 23:074,5601,109,497,233190,678,00069,246,000266,059,776
20Jan 22, 2024 23:084,5631,118,344,458192,315,00067,758,000264,036,352
21Jan 22, 2024 23:074,5691,118,106,816197,349,00063,070,000264,912,896
22Jan 22, 2024 23:084,5701,118,523,487197,933,00062,559,000265,674,752
23Jan 22, 2024 23:074,5701,111,461,097193,603,00066,899,000264,425,472
24Jan 22, 2024 23:074,5721,124,543,716195,203,00065,408,000264,859,648
25Jan 22, 2024 23:004,5741,115,487,744203,380,00057,363,000266,027,008
26Jan 22, 2024 23:004,5781,119,353,849193,253,00067,687,000264,867,840
27Jan 22, 2024 23:004,5801,117,714,234205,471,00055,561,000265,097,216
28Jan 22, 2024 23:074,5881,130,696,363188,349,00073,192,000264,200,192
29Jan 22, 2024 23:074,5961,113,941,282192,509,00069,462,000263,426,048
30Jan 22, 2024 23:004,5971,130,598,389192,288,00069,741,000264,814,592
31Jan 22, 2024 23:084,5981,117,626,014193,065,00069,023,000263,794,688
32Jan 22, 2024 23:004,6001,123,846,198195,140,00067,048,000265,449,472
33Jan 22, 2024 23:084,6011,127,954,531198,997,00063,270,000263,479,296
34Jan 22, 2024 23:084,6231,130,614,819195,326,00068,160,000262,787,072
35Jan 22, 2024 23:004,6311,119,582,057191,983,00071,993,000261,128,192
36Jan 22, 2024 23:074,6391,126,911,886198,059,00066,355,000263,516,160