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 13:52olliecrowolliecrowScore: 2,883Success
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 13:532,879178,576,839142,102,00022,015,000250,097,664
2Apr 25, 2026 13:532,881183,828,638142,324,00021,896,000250,114,048
3Apr 25, 2026 13:532,881180,448,100143,199,00021,029,000250,097,664
4Apr 25, 2026 13:532,882180,881,737141,380,00022,899,000250,109,952
5Apr 25, 2026 13:532,883182,310,661140,430,00023,903,000250,134,528
6Apr 25, 2026 13:532,883182,540,689142,456,00021,916,000250,118,144
7Apr 25, 2026 13:532,885182,935,372142,543,00021,929,000250,101,760
8Apr 25, 2026 13:532,887180,721,237142,635,00021,943,000250,118,144
9Apr 25, 2026 13:532,912187,672,215145,011,00021,001,000250,101,760