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 listApr 25, 2026 21:48olliecrowolliecrowScore: 2,946Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 21:502,940188,529,107142,662,00024,941,000250,073,088
2Apr 25, 2026 21:502,941188,061,558146,706,00020,958,000250,085,376
3Apr 25, 2026 21:502,942186,675,440143,744,00023,957,000250,142,720
4Apr 25, 2026 21:502,942183,874,572143,738,00023,956,000250,089,472
5Apr 25, 2026 21:502,946187,004,534146,971,00020,995,000250,109,952
6Apr 25, 2026 21:502,946182,780,607145,950,00021,992,000250,126,336
7Apr 25, 2026 21:502,950190,033,651142,311,00025,874,000250,089,472
8Apr 25, 2026 21:502,956191,976,214151,587,00016,953,000250,097,664
9Apr 25, 2026 21:502,973185,262,566146,542,00022,928,000250,105,856