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 07:53siahuat0727siahuat0727Score: 422,767Success
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 07:53422,64724,405,077,86624,090,893,3880264,196,096
2Feb 17, 2024 07:53422,76724,400,267,68124,097,745,0870267,812,864
3Feb 17, 2024 07:53425,23124,527,646,68924,238,147,6020268,115,968