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 04:33Yuriy LyfenkoYuriy LyfenkoScore: 8,037Success
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 04:337,9961,573,335,609455,780,9590264,720,384
2Dec 25, 2023 04:338,0371,386,503,347458,097,6400264,519,680
3Dec 25, 2023 04:338,0461,453,444,122458,641,6270264,605,696