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:17Kenneth MaplesKenneth MaplesScore: 5,501Success
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:175,445551,950,323235,780,00074,563,000267,980,800
2Dec 21, 2023 23:175,449551,603,769237,223,00073,378,000268,013,568
3Dec 21, 2023 23:175,452557,621,103234,327,00076,454,000267,853,824
4Dec 21, 2023 23:175,456544,977,877235,498,00075,518,000267,976,704
5Dec 21, 2023 23:175,461556,790,694247,542,00063,713,000268,046,336
6Dec 21, 2023 23:175,463562,723,859239,834,00071,547,000267,837,440
7Dec 21, 2023 23:175,501557,473,254239,735,00073,842,000267,894,784
8Dec 21, 2023 23:175,504573,816,782236,762,00076,947,000267,862,016
9Dec 21, 2023 23:175,505573,181,296240,824,00072,946,000268,005,376
10Dec 21, 2023 23:176,0801,208,844,288346,571,4590266,465,280
11Dec 21, 2023 23:176,1041,158,320,177347,944,5690266,469,376
12Dec 21, 2023 23:176,1271,210,421,425349,262,0170266,485,760