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 18:56Yuriy LyfenkoYuriy LyfenkoScore: 4,808Success
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 18:564,6061,160,069,724262,568,7700264,552,448
2Dec 29, 2023 18:564,6191,163,308,777263,278,7940265,134,080
3Dec 29, 2023 18:564,6821,167,076,017266,889,1420266,792,960
4Dec 29, 2023 18:564,7601,111,089,836205,289,00066,022,000268,042,240
5Dec 29, 2023 18:564,7721,109,618,875209,395,00062,613,000267,808,768
6Dec 29, 2023 18:564,7841,120,060,705202,763,00069,918,000267,788,288
7Dec 29, 2023 18:564,8081,124,622,424213,633,00060,442,000267,866,112
8Dec 29, 2023 18:564,8291,132,410,184198,029,00077,231,000267,845,632
9Dec 29, 2023 18:564,8311,128,668,252196,996,00078,396,000267,960,320
10Dec 29, 2023 18:565,6211,159,557,925204,979,000115,425,000267,567,104
11Dec 29, 2023 18:565,7511,174,033,175228,746,00099,055,000267,698,176
12Dec 29, 2023 18:565,9861,208,358,693226,807,000114,416,000267,636,736