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 28, 2023 04:39Kenneth MaplesKenneth MaplesScore: 5,205Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 28, 2023 04:395,043844,773,557287,469,6700266,821,632
2Dec 28, 2023 04:395,073840,319,291289,175,8070267,108,352
3Dec 28, 2023 04:395,165537,043,114222,817,00071,583,000267,849,728
4Dec 28, 2023 04:395,198969,913,587296,291,7090266,137,600
5Dec 28, 2023 04:395,199548,987,625221,246,00075,083,000267,964,416
6Dec 28, 2023 04:395,202546,698,518227,539,00068,982,000267,898,880
7Dec 28, 2023 04:395,205544,201,564225,493,00071,208,000267,755,520
8Dec 28, 2023 04:395,233547,146,262230,608,00067,645,000267,878,400
9Dec 28, 2023 04:395,240563,302,719231,250,00067,404,000267,780,096
10Dec 28, 2023 04:396,098607,034,563242,506,000105,086,000267,649,024
11Dec 28, 2023 04:396,151603,578,078251,571,00099,011,000267,649,024
12Dec 28, 2023 04:396,185606,758,066248,106,000104,466,000267,579,392