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 17, 2024 12:47siahuat0727siahuat0727Score: 425,051Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2024 12:47423,59724,459,587,09324,145,054,1990265,187,328
2Feb 17, 2024 12:47425,05124,544,602,75324,227,932,5690266,440,704
3Feb 17, 2024 12:47428,77024,764,197,00124,439,864,3750265,752,576