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 21, 2023 11:59Franek KortaFranek KortaScore: 402,951Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 21, 2023 11:59402,72924,048,821,73922,955,527,3930266,690,560
2Nov 21, 2023 11:59402,95124,102,558,28022,968,190,8290264,982,528
3Nov 21, 2023 11:59405,41723,650,113,76223,108,794,1580264,966,144