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 16, 2024 16:05siahuat0727siahuat0727Score: 446,764Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 16, 2024 16:05445,72225,707,334,75825,406,172,6860267,898,880
2Feb 16, 2024 16:05446,76425,771,450,43525,465,548,7680265,371,648
3Feb 16, 2024 16:05449,99125,955,535,16625,649,488,9050267,952,128