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 21, 2024 21:07Yuriy LyfenkoYuriy LyfenkoScore: 4,673Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 21:074,5171,159,529,418257,460,4360265,236,480
2Jan 21, 2024 21:074,5511,176,764,526259,426,6550266,305,536
3Jan 21, 2024 21:074,6011,156,006,778262,259,8130266,149,888
4Jan 21, 2024 21:074,6571,116,926,379202,649,00062,821,000264,790,016
5Jan 21, 2024 21:074,6601,122,751,094197,976,00067,650,000265,170,944
6Jan 21, 2024 21:074,6711,131,291,013200,724,00065,542,000265,383,936
7Jan 21, 2024 21:074,6731,127,330,626200,549,00065,836,000265,904,128
8Jan 21, 2024 21:074,6791,127,970,792195,840,00070,856,000265,465,856
9Jan 21, 2024 21:074,6791,128,561,658206,530,00060,194,000264,613,888
10Jan 21, 2024 21:074,7121,136,663,195202,975,00065,608,000264,720,384
11Jan 21, 2024 21:074,7171,134,482,160200,132,00068,732,000265,125,888
12Jan 21, 2024 21:074,7261,148,518,578203,067,00066,307,000264,912,896