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 12, 2023 00:56Bohdan StorozhukBohdan StorozhukScore: 11,029Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 12, 2023 00:5610,987993,522,457626,255,6940266,878,976
2Dec 12, 2023 00:5611,0291,048,366,180628,651,5120267,407,360
3Dec 12, 2023 00:5611,1341,046,849,792634,621,5600265,543,680