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 27, 2022 06:15Bernard TeoBernard TeoScore: 409,821Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 06:15408,18323,668,723,32223,266,454,1270266,035,200
2Nov 27, 2022 06:15409,82123,774,107,10723,359,777,2870266,268,672
3Nov 27, 2022 06:15410,09823,765,504,40723,375,597,8000266,113,024