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 listSep 2, 2026 16:09Victor MerckléVictor MerckléScore: 1,268Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 2, 2026 16:111,26681,251,35050,646,00021,538,000249,901,056stderr
2Sep 2, 2026 16:111,26780,550,39250,672,00021,595,000249,872,384stderr
3Sep 2, 2026 16:111,26781,237,83251,350,00020,917,000249,876,480stderr
4Sep 2, 2026 16:111,26880,747,14450,674,00021,637,000249,880,576stderr
5Sep 2, 2026 16:111,26881,273,40950,677,00021,644,000249,876,480stderr
6Sep 2, 2026 16:111,26980,749,15650,658,00021,699,000249,868,288stderr
7Sep 2, 2026 16:111,27181,386,56051,349,00021,137,000249,880,576stderr
8Sep 2, 2026 16:111,27280,833,53050,672,00021,881,000249,872,384stderr
9Sep 2, 2026 16:111,27380,847,75650,689,00021,884,000249,892,864stderr