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 listFeb 11, 2023 21:24Joseph GJoseph GScore: 433,486Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 11, 2023 21:24433,46225,068,856,91924,707,349,7600264,867,840
2Feb 11, 2023 21:24433,48625,097,348,58424,708,705,8440267,571,200
3Feb 11, 2023 21:24457,74526,757,036,79426,091,467,3800266,797,056