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 listFeb 17, 2024 12:14siahuat0727siahuat0727Score: 426,626Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2024 12:14425,53224,553,079,62824,255,343,5180265,695,232
2Feb 17, 2024 12:14426,62624,622,240,23024,317,653,8460264,605,696
3Feb 17, 2024 12:14428,39824,736,378,90224,418,706,5370266,260,480