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:10siahuat0727siahuat0727Score: 429,078Success
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:10425,73524,583,104,49424,266,908,4390264,503,296
2Feb 17, 2024 12:10429,07824,747,924,94024,457,423,9670267,898,880
3Feb 17, 2024 12:10434,54425,074,135,16924,769,006,1850264,728,576