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 21, 2025 16:12AnSaAnSaScore: 8,152Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2025 16:128,124494,083,586290,034,000173,020,000250,654,720
2Dec 21, 2025 16:128,152493,242,118295,804,000168,888,000250,679,296
3Dec 21, 2025 16:128,154488,478,141302,549,000162,222,000250,667,008