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 29, 2023 16:19Yuriy LyfenkoYuriy LyfenkoScore: 5,053Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 16:194,9851,118,435,069198,520,00085,636,000266,887,168
2Dec 29, 2023 16:184,9891,184,257,935284,373,0660264,912,896
3Dec 29, 2023 16:194,9961,127,444,803194,588,00090,199,000266,870,784
4Dec 29, 2023 16:194,9991,168,939,783284,955,0020266,870,784
5Dec 29, 2023 16:195,0051,181,645,899285,299,6490266,391,552
6Dec 29, 2023 16:185,0061,131,039,779195,608,00089,738,000267,001,856
7Dec 29, 2023 16:195,0071,121,850,775211,784,00073,620,000266,973,184
8Dec 29, 2023 16:195,0101,198,351,240285,564,3710266,027,008
9Dec 29, 2023 16:185,0111,127,515,529186,328,00099,306,000266,776,576
10Dec 29, 2023 16:185,0191,136,382,346203,626,00082,468,000266,756,096
11Dec 29, 2023 16:195,0231,141,251,106192,920,00093,414,000266,981,376
12Dec 29, 2023 16:195,0261,143,252,426217,352,00069,112,000266,895,360
13Dec 29, 2023 16:195,0271,208,891,128286,532,5280264,806,400
14Dec 29, 2023 16:185,0281,203,849,691286,599,8210264,568,832
15Dec 29, 2023 16:195,0311,151,071,125199,844,00086,932,000266,862,592
16Dec 29, 2023 16:195,0361,138,972,987203,454,00083,597,000266,915,840
17Dec 29, 2023 16:195,0381,139,198,305211,867,00075,308,000266,838,016
18Dec 29, 2023 16:185,0401,142,518,947195,253,00092,004,000266,817,536
19Dec 29, 2023 16:195,0531,129,102,350208,727,00079,276,000266,043,392
20Dec 29, 2023 16:195,0621,209,401,125288,538,6360266,428,416
21Dec 29, 2023 16:185,0651,132,882,744229,721,00058,982,000265,994,240
22Dec 29, 2023 16:185,0671,204,418,607288,796,2390265,945,088
23Dec 29, 2023 16:195,0671,148,124,274213,875,00074,956,000266,899,456
24Dec 29, 2023 16:195,0671,150,684,789169,599,000119,203,000266,924,032
25Dec 29, 2023 16:185,0741,139,170,900186,003,000103,221,000266,960,896
26Dec 29, 2023 16:195,0781,145,590,500191,972,00097,478,000266,903,552
27Dec 29, 2023 16:195,0811,216,206,998289,598,4250265,187,328
28Dec 29, 2023 16:185,1031,134,603,375187,257,000103,589,000266,940,416
29Dec 29, 2023 16:185,1151,132,102,629196,740,00094,802,000266,960,896
30Dec 29, 2023 16:195,1221,141,408,337197,596,00094,374,000266,973,184
31Dec 29, 2023 16:195,1291,132,086,624205,828,00086,507,000266,985,472
32Dec 29, 2023 16:195,1391,144,191,015182,560,000110,361,000266,829,824
33Dec 29, 2023 16:185,1711,135,237,660203,521,00091,233,000266,948,608
34Dec 29, 2023 16:195,1891,148,615,795200,553,00095,212,000266,805,248
35Dec 29, 2023 16:195,1911,148,761,351201,012,00094,894,000266,977,280
36Dec 29, 2023 16:195,2391,159,249,517203,148,00095,479,000266,915,840