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 22, 2024 15:34matsuoka-601matsuoka-601Score: 4,369Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 22, 2024 15:354,156552,972,425236,874,7350266,506,240
2Jun 22, 2024 15:344,166552,066,822237,444,8680265,695,232
3Jun 22, 2024 15:354,183539,811,604238,454,1470267,411,456
4Jun 22, 2024 15:354,185536,196,814238,543,9890267,714,560
5Jun 22, 2024 15:344,187538,549,782238,664,4120266,182,656
6Jun 22, 2024 15:354,195553,847,890239,107,2970265,547,776
7Jun 22, 2024 15:344,201555,412,941239,453,4930264,806,400
8Jun 22, 2024 15:354,207551,624,510239,803,6290267,235,328
9Jun 22, 2024 15:354,226564,473,484240,880,8750267,563,008
10Jun 22, 2024 15:354,315492,024,182174,512,00071,437,000265,842,688
11Jun 22, 2024 15:344,329484,969,468164,816,00081,920,000265,703,424
12Jun 22, 2024 15:354,337491,323,417173,960,00073,246,000265,670,656
13Jun 22, 2024 15:344,341495,470,405169,946,00077,519,000265,691,136
14Jun 22, 2024 15:344,341498,335,241159,773,00087,680,000265,854,976
15Jun 22, 2024 15:354,342485,020,443166,688,00080,818,000265,809,920
16Jun 22, 2024 15:354,348490,807,678181,549,00066,296,000265,809,920
17Jun 22, 2024 15:354,351492,953,772184,962,00063,055,000265,887,744
18Jun 22, 2024 15:344,361498,379,614168,025,00080,573,000265,764,864
19Jun 22, 2024 15:354,369494,901,807180,639,00068,377,000265,707,520
20Jun 22, 2024 15:354,373502,228,033173,083,00076,156,000265,908,224
21Jun 22, 2024 15:354,375491,706,872180,314,00069,034,000265,764,864
22Jun 22, 2024 15:354,378499,480,280175,895,00073,630,000265,752,576
23Jun 22, 2024 15:354,381489,688,512164,483,00085,214,000265,687,040
24Jun 22, 2024 15:354,382486,115,724173,090,00076,698,000265,691,136
25Jun 22, 2024 15:354,384495,898,116172,241,00077,658,000265,785,344
26Jun 22, 2024 15:354,385508,220,244169,258,00080,692,000265,904,128
27Jun 22, 2024 15:344,385495,319,958168,946,00081,015,000265,785,344
28Jun 22, 2024 15:344,386504,022,450173,059,00076,915,000265,777,152
29Jun 22, 2024 15:354,389510,302,193176,485,00073,708,000265,781,248
30Jun 22, 2024 15:354,390505,354,482169,216,00081,018,000265,756,672
31Jun 22, 2024 15:354,406533,279,914172,052,00079,104,000265,838,592
32Jun 22, 2024 15:344,410508,533,960174,963,00076,420,000265,678,848
33Jun 22, 2024 15:344,411520,834,656165,645,00085,780,000265,793,536
34Jun 22, 2024 15:344,417507,435,520166,522,00085,243,000265,818,112
35Jun 22, 2024 15:354,425505,807,301177,389,00074,852,000265,863,168
36Jun 22, 2024 15:354,438515,391,410175,116,00077,829,000265,658,368