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 listAug 20, 2024 20:13Andrey LikhachevAndrey LikhachevScore: 9,478Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 20, 2024 20:139,3621,007,697,007533,655,8080263,311,360
2Aug 21, 2024 10:039,3701,150,222,073534,109,0130263,901,184
3Aug 21, 2024 10:039,425936,943,162537,210,8810263,749,632
4Aug 21, 2024 10:039,4781,140,481,104540,239,4990263,786,496
5Aug 20, 2024 20:139,5191,051,919,632542,594,8420260,661,248
6Aug 20, 2024 20:139,5321,085,177,775543,328,4620260,583,424