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 23:45Vitaliy F.Vitaliy F.Score: 20,772Success
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 23:4520,7361,918,161,5211,181,954,2460259,846,144
2Dec 25, 2023 23:4520,7722,088,110,7741,183,990,8450260,370,432
3Dec 25, 2023 23:4520,8332,013,630,3171,187,463,2890260,526,080