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 listDec 27, 2022 17:36Benjamin YoungBenjamin YoungScore: 426,945Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 27, 2022 17:36426,35824,849,066,80724,302,426,2830264,249,344
2Dec 27, 2022 17:36426,94524,732,647,15824,335,847,7350265,674,752
3Dec 27, 2022 17:36429,63224,865,922,50524,489,024,4220265,826,304