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 16:48Yuriy LyfenkoYuriy LyfenkoScore: 6,174Success
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 16:485,9901,393,963,369341,437,2210264,433,664
2Dec 22, 2023 16:485,9971,401,517,021341,847,3260265,101,312
3Dec 22, 2023 16:486,0301,425,757,047343,715,4180264,597,504
4Dec 22, 2023 16:486,1501,102,735,445267,536,00083,028,000265,908,224
5Dec 22, 2023 16:486,1561,108,750,373250,227,000100,677,000265,797,632
6Dec 22, 2023 16:486,1661,104,715,283263,354,00088,122,000265,916,416
7Dec 22, 2023 16:486,1741,094,014,928251,632,000100,259,000265,818,112
8Dec 22, 2023 16:486,1781,092,055,337259,633,00092,512,000265,777,152
9Dec 22, 2023 16:486,1851,101,393,790262,633,00089,901,000265,781,248
10Dec 22, 2023 16:486,2851,105,002,788265,934,00092,324,000265,859,072
11Dec 22, 2023 16:486,2971,124,702,620267,412,00091,509,000265,924,608
12Dec 22, 2023 16:486,3261,118,560,095266,054,00094,505,000265,777,152