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 listJun 23, 2024 09:02matsuoka-601matsuoka-601Score: 4,340Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 09:024,072538,872,844232,126,3180265,379,840
2Jun 23, 2024 09:024,132551,196,360235,501,6320267,456,512
3Jun 23, 2024 09:024,174567,792,289237,914,1010267,571,200
4Jun 23, 2024 09:024,306481,726,313167,531,00077,921,000265,818,112
5Jun 23, 2024 09:024,321489,155,074172,810,00073,494,000265,924,608
6Jun 23, 2024 09:024,331493,126,816167,966,00078,924,000265,916,416
7Jun 23, 2024 09:024,340491,019,387162,283,00085,099,000265,822,208
8Jun 23, 2024 09:024,345482,786,061173,047,00074,607,000265,744,384
9Jun 23, 2024 09:024,380494,094,307178,168,00071,474,000265,768,960
10Jun 23, 2024 09:024,385498,987,636173,670,00076,294,000265,662,464
11Jun 23, 2024 09:024,392517,125,484166,245,00084,124,000265,850,880
12Jun 23, 2024 09:024,406510,502,584173,399,00077,730,000265,752,576