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:47Kenneth MaplesKenneth MaplesScore: 5,336Success
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:475,256548,192,357221,376,00078,192,000268,038,144
2Dec 21, 2023 23:475,260536,696,335227,626,00072,198,000268,058,624
3Dec 21, 2023 23:475,267551,985,324225,416,00074,801,000268,025,856
4Dec 21, 2023 23:475,271550,168,712233,322,00067,106,000267,956,224
5Dec 21, 2023 23:475,290554,549,054224,126,00077,388,000268,038,144
6Dec 21, 2023 23:475,300551,741,557227,362,00074,763,000267,501,568
7Dec 21, 2023 23:475,3361,243,787,975304,176,5500266,477,568
8Dec 21, 2023 23:475,3461,148,076,241304,712,7780265,740,288
9Dec 21, 2023 23:475,3711,191,840,307306,120,6260266,465,280
10Dec 21, 2023 23:476,106601,900,515236,118,000111,952,000268,001,280
11Dec 21, 2023 23:476,191611,599,257230,275,000122,614,000267,862,016
12Dec 21, 2023 23:476,262620,003,191246,090,000110,842,000267,943,936