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:17Yuriy LyfenkoYuriy LyfenkoScore: 4,565Success
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:154,4821,143,787,792255,483,0190268,042,240
2Jan 22, 2024 23:154,5011,162,454,857256,559,9600267,300,864
3Jan 22, 2024 23:174,5081,159,493,533256,972,6480266,133,504
4Jan 22, 2024 23:154,5281,156,397,242258,110,0510266,387,456
5Jan 22, 2024 23:154,5291,103,756,585193,870,00064,283,000265,420,800
6Jan 22, 2024 23:174,5311,101,594,957198,260,00059,986,000264,757,248
7Jan 22, 2024 23:154,5341,108,340,089191,339,00067,119,000264,704,000
8Jan 22, 2024 23:174,5431,141,673,837193,223,00065,735,000265,613,312
9Jan 22, 2024 23:154,5491,114,695,042200,514,00058,789,000265,043,968
10Jan 22, 2024 23:174,5531,163,188,260259,514,4110266,637,312
11Jan 22, 2024 23:174,5571,116,527,903188,641,00071,111,000264,146,944
12Jan 22, 2024 23:154,5581,110,383,123197,961,00061,862,000263,872,512
13Jan 22, 2024 23:154,5651,113,179,118194,407,00065,815,000264,732,672
14Jan 22, 2024 23:174,5721,178,625,692260,631,3950265,420,800
15Jan 22, 2024 23:174,5741,121,805,435197,603,00063,109,000265,216,000
16Jan 22, 2024 23:154,5761,125,306,657195,104,00065,708,000266,006,528
17Jan 22, 2024 23:174,5761,140,608,552194,878,00065,958,000265,789,440
18Jan 22, 2024 23:154,5771,121,470,566192,883,00068,016,000264,626,176
19Jan 22, 2024 23:154,5811,133,834,479192,503,00068,604,000264,679,424
20Jan 22, 2024 23:174,6081,132,830,779187,327,00075,327,000264,589,312
21Jan 22, 2024 23:174,6111,121,057,476195,575,00067,229,000263,290,880
22Jan 22, 2024 23:174,6141,125,402,407192,273,00070,732,000262,467,584
23Jan 22, 2024 23:174,6141,135,183,402202,462,00060,529,000264,818,688
24Jan 22, 2024 23:154,6151,126,519,940202,511,00060,544,000262,238,208