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 listMar 20, 2026 15:46limanjun99limanjun99Score: 4,956Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 15:464,946313,417,371259,938,00021,994,000250,052,608
2Mar 20, 2026 15:464,952309,273,723261,305,00020,944,000250,052,608
3Mar 20, 2026 15:464,952309,152,297259,339,00022,941,000250,286,080
4Mar 20, 2026 15:464,953315,629,825261,397,00020,951,000250,019,840
5Mar 20, 2026 15:464,956308,097,630259,544,00022,959,000250,318,848
6Mar 20, 2026 15:464,959311,579,974262,681,00019,975,000250,028,032
7Mar 20, 2026 15:464,968312,155,297263,250,00019,943,000250,298,368
8Mar 20, 2026 15:464,968312,021,990263,252,00019,943,000250,290,176
9Mar 20, 2026 15:464,969310,704,945260,309,00022,939,000250,126,336