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 listJul 8, 2026 00:45Victor MerckléVictor MerckléScore: 2,023Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 8, 2026 00:472,018122,895,30794,527,00020,503,000249,901,056stderr
2Jul 8, 2026 00:472,019123,044,98194,646,00020,447,000249,892,864stderr
3Jul 8, 2026 00:472,022123,137,90594,497,00020,803,000249,913,344stderr
4Jul 8, 2026 00:472,022123,088,78794,554,00020,703,000249,892,864stderr
5Jul 8, 2026 00:472,023123,334,34394,579,00020,788,000249,925,632stderr
6Jul 8, 2026 00:472,024123,222,75494,633,00020,742,000249,896,960stderr
7Jul 8, 2026 00:472,029123,541,97094,529,00021,125,000249,884,672stderr
8Jul 8, 2026 00:472,029123,501,66294,810,00020,878,000249,892,864stderr
9Jul 8, 2026 00:472,036124,128,72894,708,00021,364,000249,892,864stderr