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 listAug 16, 2026 14:13Victor MerckléVictor MerckléScore: 1,615Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 14:191,609100,008,22270,428,00021,339,000249,909,248stderr
2Aug 16, 2026 14:191,611100,186,58570,497,00021,337,000249,909,248stderr
3Aug 16, 2026 14:191,613100,137,19770,576,00021,403,000249,905,152stderr
4Aug 16, 2026 14:191,613101,091,67170,543,00021,450,000249,909,248stderr
5Aug 16, 2026 14:191,615100,322,01670,605,00021,479,000249,921,536stderr
6Aug 16, 2026 14:191,615100,691,30270,625,00021,483,000249,901,056stderr
7Aug 16, 2026 14:191,623101,061,29970,776,00021,789,000249,901,056stderr
8Aug 16, 2026 14:191,632101,282,43171,336,00021,700,000249,901,056stderr
9Aug 16, 2026 14:191,632102,171,14171,399,00021,670,000249,917,440stderr