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 11, 2023 22:51Bohdan StorozhukBohdan StorozhukScore: 25,987Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 11, 2023 22:5125,9741,830,252,5381,480,535,1950262,586,368
2Dec 11, 2023 22:5125,9871,864,666,5461,481,242,6850261,185,536
3Dec 11, 2023 22:5126,0781,892,265,8311,486,470,4610261,890,048