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 29, 2026 01:35olliecrowolliecrowScore: 3,484Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 01:383,477218,850,407175,309,00022,909,000250,277,888
2Apr 29, 2026 01:383,481205,923,496180,516,00017,951,000250,101,760
3Apr 29, 2026 01:383,482206,117,342181,563,00016,959,000250,064,896
4Apr 29, 2026 01:383,483213,969,397177,607,00020,953,000250,245,120
5Apr 29, 2026 01:383,484206,494,819168,683,00029,943,000250,093,568
6Apr 29, 2026 01:383,485206,204,192179,688,00018,967,000250,097,664
7Apr 29, 2026 01:383,488206,276,429177,883,00020,986,000250,122,240
8Apr 29, 2026 01:383,491206,294,369180,993,00017,999,000250,093,568
9Apr 29, 2026 01:383,496205,955,642175,367,00023,913,000250,216,448