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 24, 2023 15:30Oleg KovalovOleg KovalovScore: 12,560Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 24, 2023 15:3012,5582,922,935,739715,783,4720165,847,040
2Dec 24, 2023 15:3012,5603,035,256,504715,913,1970165,892,096
3Dec 24, 2023 15:3012,5612,977,877,557715,989,4820166,006,784