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 listDec 22, 2023 17:43Yuriy LyfenkoYuriy LyfenkoScore: 5,314Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 17:435,25324,567,278,636200,247,00099,151,000266,924,032
2Dec 22, 2023 17:435,26224,547,293,873206,265,00093,666,000266,756,096
3Dec 22, 2023 17:435,26224,538,917,549208,112,00091,843,000267,001,856
4Dec 22, 2023 17:435,27624,555,200,214206,180,00094,541,000266,940,416
5Dec 22, 2023 17:435,27824,544,622,536215,793,00085,041,000266,866,688
6Dec 22, 2023 17:435,30524,579,721,851204,277,00098,133,000266,760,192
7Dec 22, 2023 17:435,31424,575,960,675216,192,00086,680,000266,768,384
8Dec 22, 2023 17:435,32724,805,967,493303,648,7500264,327,168
9Dec 22, 2023 17:435,32724,571,500,939202,108,000101,552,000266,797,056
10Dec 22, 2023 17:435,33624,560,654,139212,069,00092,069,000266,960,896
11Dec 22, 2023 17:435,35524,806,370,867305,244,1050264,519,680
12Dec 22, 2023 17:435,42924,851,180,103309,456,6490265,048,064