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 listSep 12, 2024 12:13matsuoka-601matsuoka-601Score: 4,254Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 12, 2024 12:134,224474,444,912164,207,00076,563,000266,051,584
2Sep 12, 2024 12:134,236473,934,659168,731,00072,746,000265,912,320
3Sep 12, 2024 12:134,238488,139,095168,324,00073,270,000265,998,336
4Sep 12, 2024 12:134,251479,251,331171,514,00070,799,000265,932,800
5Sep 12, 2024 12:134,254480,725,276165,411,00077,055,000266,047,488
6Sep 12, 2024 12:134,261484,391,877171,704,00071,194,000265,940,992
7Sep 12, 2024 12:134,266487,282,745170,826,00072,350,000266,084,352
8Sep 12, 2024 12:134,279487,280,288172,364,00071,566,000265,990,144
9Sep 12, 2024 12:134,315492,408,295168,268,00077,662,000266,203,136