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 8, 2023 18:42Mikhail ShirokovMikhail ShirokovScore: 413,799Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 8, 2023 18:42413,02423,948,080,38823,542,353,3560267,956,224
2Feb 8, 2023 18:42413,79924,038,711,20523,586,529,4750267,497,472
3Feb 8, 2023 18:42413,91123,980,746,11423,592,931,0880268,099,584