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 29, 2023 16:04Yuriy LyfenkoYuriy LyfenkoScore: 5,341Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 16:045,1931,374,224,952296,010,4090265,441,280
2Dec 29, 2023 16:045,2321,377,436,487298,217,7130264,687,616
3Dec 29, 2023 16:045,2771,597,343,582300,809,8130265,195,520
4Dec 29, 2023 16:045,3221,147,044,079214,786,00088,561,000266,915,840
5Dec 29, 2023 16:045,3251,154,758,554215,934,00087,596,000266,760,192
6Dec 29, 2023 16:045,3281,148,187,486219,177,00084,539,000266,764,288
7Dec 29, 2023 16:045,3411,163,965,871209,545,00094,888,000266,846,208
8Dec 29, 2023 16:045,3781,159,435,373211,372,00095,167,000266,809,344
9Dec 29, 2023 16:045,3861,164,392,510208,261,00098,753,000266,956,800
10Dec 29, 2023 16:045,4111,138,920,994224,787,00083,641,000266,846,208
11Dec 29, 2023 16:045,4401,163,566,839218,410,00091,691,000266,485,760
12Dec 29, 2023 16:045,4711,157,043,270218,001,00093,861,000266,932,224