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 02:28Yuriy LyfenkoYuriy LyfenkoScore: 4,609Success
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 02:064,5321,161,687,645258,312,8240265,273,344
2Jan 22, 2024 02:284,5381,158,268,786258,642,4190267,288,576
3Jan 22, 2024 02:064,5461,146,822,420259,103,6880267,038,720
4Jan 22, 2024 02:284,5571,165,545,204259,746,0750265,510,912
5Jan 22, 2024 02:284,5651,104,206,828189,222,00070,958,000264,540,160
6Jan 22, 2024 02:064,5691,127,863,549201,748,00058,671,000265,678,848
7Jan 22, 2024 02:064,5711,114,551,072201,845,00058,699,000264,962,048
8Jan 22, 2024 02:064,5711,112,687,482191,985,00068,566,000264,507,392
9Jan 22, 2024 02:284,5761,115,527,361197,668,00063,172,000264,843,264
10Jan 22, 2024 02:064,5771,112,025,907206,203,00054,706,000264,351,744
11Jan 22, 2024 02:284,5841,177,169,099261,269,1080264,609,792
12Jan 22, 2024 02:284,6051,120,136,222193,848,00068,654,000265,945,088
13Jan 22, 2024 02:064,6091,116,745,927197,280,00065,419,000264,486,912
14Jan 22, 2024 02:284,6111,115,804,098198,648,00064,178,000265,498,624
15Jan 22, 2024 02:284,6211,120,123,476191,839,00071,567,000265,007,104
16Jan 22, 2024 02:284,6231,132,946,494199,668,00063,853,000265,146,368
17Jan 22, 2024 02:284,6291,140,404,679202,260,00061,602,000264,347,648
18Jan 22, 2024 02:064,6341,174,350,435264,117,3710266,125,312
19Jan 22, 2024 02:064,6351,124,811,348201,238,00062,951,000261,349,376
20Jan 22, 2024 02:284,6381,157,396,354194,257,00070,092,000263,938,048
21Jan 22, 2024 02:064,6491,135,542,148187,758,00077,254,000265,052,160
22Jan 22, 2024 02:064,6531,128,675,152195,417,00069,792,000262,737,920
23Jan 22, 2024 02:064,6581,139,410,479208,165,00057,351,000263,520,256
24Jan 22, 2024 02:284,6661,134,731,850194,965,00070,987,000265,183,232