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:12Taylor DettlingTaylor DettlingScore: 6,380Success
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:126,369391,339,644320,159,00042,887,000251,858,944
2Apr 3, 2026 01:126,374385,319,752316,420,00046,914,000251,846,656
3Apr 3, 2026 01:126,374392,007,468327,409,00035,935,000251,846,656
4Apr 3, 2026 01:126,377390,810,394318,574,00044,939,000251,867,136
5Apr 3, 2026 01:126,380392,470,837312,857,00050,814,000251,846,656
6Apr 3, 2026 01:126,381388,005,477315,882,00047,830,000251,846,656
7Apr 3, 2026 01:126,381395,784,932321,755,00041,968,000251,867,136
8Apr 3, 2026 01:126,381394,644,735313,910,00049,827,000251,850,752
9Apr 3, 2026 01:126,385388,673,785325,063,00038,887,000251,846,656