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 listApr 3, 2026 01:53Taylor DettlingTaylor DettlingScore: 4,136Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:534,126257,723,338194,347,00040,862,000251,850,752
2Apr 3, 2026 01:534,131264,183,437194,556,00040,906,000251,928,576
3Apr 3, 2026 01:534,134264,486,558193,707,00041,936,000251,850,752
4Apr 3, 2026 01:534,134262,781,860192,720,00042,937,000252,035,072
5Apr 3, 2026 01:534,136260,146,352192,786,00042,952,000251,846,656
6Apr 3, 2026 01:534,138265,224,776189,888,00045,973,000251,850,752
7Apr 3, 2026 01:534,140263,016,814189,990,00045,997,000251,924,480
8Apr 3, 2026 01:534,141265,389,469191,029,00045,006,000251,924,480
9Apr 3, 2026 01:534,145261,534,693200,390,00035,890,000251,916,288