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 listMay 10, 2025 23:25marcømarcøScore: 38,357Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 10, 2025 23:2538,1534,627,260,1991,328,701,000846,001,00076,550,144
2May 10, 2025 23:2538,3574,900,441,0481,299,407,000886,943,00035,266,560
3May 10, 2025 23:2538,9865,121,698,4591,317,311,000904,901,00051,212,288