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 listDec 16, 2025 19:00Yehor BondarYehor BondarScore: 6,690Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2025 19:006,686410,077,596361,153,00019,953,000250,290,176
2Dec 16, 2025 19:006,688408,649,176359,254,00021,954,000250,302,464
3Dec 16, 2025 19:006,688411,037,350359,280,00021,956,000250,032,128
4Dec 16, 2025 19:006,690412,911,171359,347,00021,960,000250,052,608
5Dec 16, 2025 19:006,690405,266,013361,359,00019,964,000250,044,416
6Dec 16, 2025 19:006,692406,879,723360,467,00020,969,000250,007,552
7Dec 16, 2025 19:006,692406,344,716360,472,00020,969,000250,052,608
8Dec 16, 2025 19:006,692405,221,807357,493,00023,966,000250,064,896
9Dec 16, 2025 19:007,068433,856,018380,952,00021,939,000250,085,376