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 21, 2023 23:22Kenneth MaplesKenneth MaplesScore: 5,890Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2023 23:225,827566,402,466260,482,00071,683,000267,976,704
2Dec 21, 2023 23:225,837565,473,937272,698,00060,034,000267,862,016
3Dec 21, 2023 23:225,871585,336,627266,920,00067,741,000267,898,880
4Dec 21, 2023 23:225,884575,955,628257,543,00077,861,000267,898,880
5Dec 21, 2023 23:225,887584,038,208270,693,00064,885,000268,021,760
6Dec 21, 2023 23:225,890582,944,056259,808,00075,943,000267,952,128
7Dec 21, 2023 23:225,890581,284,488257,049,00078,708,000268,029,952
8Dec 21, 2023 23:225,904582,622,499263,431,00073,119,000267,341,824
9Dec 21, 2023 23:225,920584,838,143260,574,00076,874,000267,862,016
10Dec 21, 2023 23:226,0671,151,664,688345,834,7600266,465,280
11Dec 21, 2023 23:226,0751,154,788,437346,258,6580266,444,800
12Dec 21, 2023 23:226,0871,118,953,765346,977,1740266,452,992