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 29, 2026 00:19Dominique GarmierDominique GarmierScore: 3,964Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 29, 2026 00:193,960255,659,394205,770,00019,977,000250,306,560
2Mar 29, 2026 00:193,964249,100,545202,935,00022,992,000250,306,560
3Mar 29, 2026 00:193,971249,077,535201,409,00024,926,000250,109,952