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 listNov 20, 2023 06:47Net_Net_Score: 431,306Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2023 06:47431,00125,031,387,73124,567,043,6240267,804,672
2Nov 20, 2023 06:47431,30624,959,475,16024,584,431,9140265,916,416
3Nov 20, 2023 06:47433,42525,160,299,81924,705,231,2480267,730,944