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 listJun 20, 2024 10:51matsuoka-601matsuoka-601Score: 4,783Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 10:514,698499,844,598203,573,00064,234,000268,042,240
2Jun 20, 2024 10:514,722516,268,256208,394,00060,738,000267,808,768
3Jun 20, 2024 11:194,727509,602,111198,196,00071,226,000267,878,400
4Jun 20, 2024 10:564,729510,954,596203,173,00066,363,000267,812,864
5Jun 20, 2024 11:194,729504,831,658206,496,00063,067,000268,025,856
6Jun 20, 2024 10:514,729515,273,125189,464,00080,082,000267,919,360
7Jun 20, 2024 11:194,731507,174,643202,271,00067,423,000267,960,320
8Jun 20, 2024 11:194,738511,922,412199,736,00070,315,000267,866,112
9Jun 20, 2024 10:564,759519,979,147205,945,00065,299,000267,591,680
10Jun 20, 2024 11:194,759580,180,842271,254,6320266,436,608
11Jun 20, 2024 11:194,759512,640,679194,309,00076,934,000268,038,144
12Jun 20, 2024 10:564,761569,749,967271,369,7870268,058,624
13Jun 20, 2024 10:564,774527,981,828195,352,00076,780,000267,939,840
14Jun 20, 2024 10:514,775511,996,205196,303,00075,890,000267,948,032
15Jun 20, 2024 10:514,779582,552,833272,403,7280267,534,336
16Jun 20, 2024 10:564,779529,818,631193,870,00078,542,000267,829,248
17Jun 20, 2024 10:564,780515,993,270199,146,00073,317,000268,017,664
18Jun 20, 2024 11:194,782524,507,657198,879,00073,696,000267,829,248
19Jun 20, 2024 10:514,783526,783,849199,202,00073,443,000267,866,112
20Jun 20, 2024 10:514,785519,442,422213,781,00058,974,000267,911,168
21Jun 20, 2024 10:514,786521,701,221201,078,00071,741,000268,017,664
22Jun 20, 2024 10:514,789521,752,335206,001,00066,950,000267,890,688
23Jun 20, 2024 10:514,789579,410,446272,993,6130265,777,152
24Jun 20, 2024 10:564,791523,221,403193,231,00079,855,000267,792,384
25Jun 20, 2024 10:564,791527,909,331204,573,00068,537,000267,866,112
26Jun 20, 2024 10:564,797518,897,872199,588,00073,847,000267,829,248
27Jun 20, 2024 11:194,797523,381,258201,753,00071,689,000267,980,800
28Jun 20, 2024 11:194,797523,117,596200,228,00073,180,000267,960,320
29Jun 20, 2024 11:194,800580,788,503273,586,5450265,867,264
30Jun 20, 2024 11:194,808539,552,855198,319,00075,740,000267,833,344
31Jun 20, 2024 10:514,808535,395,381206,339,00067,737,000267,993,088
32Jun 20, 2024 10:564,820522,237,294194,293,00080,465,000267,538,432
33Jun 20, 2024 10:564,824576,471,022274,982,9150266,432,512
34Jun 20, 2024 11:194,830579,272,422275,335,8240265,662,464
35Jun 20, 2024 10:514,849605,777,172276,365,8810265,654,272
36Jun 20, 2024 10:564,857595,118,698276,833,2420265,261,056