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 23, 2026 20:42Dominique GarmierDominique GarmierScore: 5,343Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 20:425,341328,236,186252,524,00051,902,000252,035,072
2Mar 23, 2026 20:425,343336,619,579252,613,00051,920,000252,059,648
3Mar 23, 2026 20:425,348331,822,072251,037,00053,793,000252,055,552