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 31, 2023 13:45Alexander FrolovAlexander FrolovScore: 5,382Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2023 13:455,099582,514,742290,614,9410267,554,816
2Dec 31, 2023 13:455,147591,981,302293,403,5720266,358,784
3Dec 31, 2023 13:455,148581,087,942293,461,5760266,829,824
4Dec 31, 2023 13:455,255542,900,626238,372,00061,147,000267,972,608
5Dec 31, 2023 13:455,299533,930,111223,577,00078,448,000267,792,384
6Dec 31, 2023 13:455,306543,968,008231,634,00070,805,000267,743,232
7Dec 31, 2023 13:455,382546,368,584234,399,00072,357,000267,890,688
8Dec 31, 2023 13:455,779574,796,346242,926,00086,465,000267,862,016
9Dec 31, 2023 13:455,855581,744,288240,679,00093,035,000267,653,120
10Dec 31, 2023 13:455,920814,837,793244,000,00093,467,000267,796,480
11Dec 31, 2023 13:456,044596,312,070250,810,00093,676,000267,665,408
12Dec 31, 2023 13:456,469720,510,753255,215,000113,540,000267,550,720