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 26, 2022 22:19Andrey TsvetkovAndrey TsvetkovScore: 23,913Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 26, 2022 22:1923,4952,091,392,8651,339,221,8740225,071,104
2Nov 26, 2022 22:1923,9132,333,533,7021,363,020,6300221,425,664
3Nov 26, 2022 22:1924,0232,292,654,4221,369,296,4550225,853,440