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 25, 2023 09:44Oleg KovalovOleg KovalovScore: 9,275Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 25, 2023 09:449,2471,595,778,372527,076,0110264,155,136
2Dec 25, 2023 09:449,2751,604,029,475528,693,5590264,155,136
3Dec 25, 2023 09:449,3031,644,368,993530,267,6810264,151,040