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 15:27Victor MerckléVictor MerckléScore: 2,975Success
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 15:292,950185,445,920143,286,00024,876,000250,212,352
2Apr 29, 2026 15:292,956191,429,512147,601,00020,943,000250,122,240
3Apr 29, 2026 15:292,965186,963,696145,147,00023,859,000250,073,088
4Apr 29, 2026 15:292,973187,585,065147,546,00021,932,000250,187,776
5Apr 29, 2026 15:292,975186,671,724149,635,00019,951,000250,138,624
6Apr 29, 2026 15:292,976189,579,136146,719,00022,956,000250,089,472
7Apr 29, 2026 15:292,977189,495,305147,737,00021,960,000250,142,720
8Apr 29, 2026 15:292,978189,447,878147,811,00021,971,000250,142,720
9Apr 29, 2026 15:292,980185,916,588148,897,00020,985,000250,228,736