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 listFeb 14, 2026 22:26olliecrowolliecrowScore: 8,055Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:267,971480,667,270398,422,00055,919,000251,932,672
2Feb 14, 2026 22:267,994478,536,878414,713,00040,971,000251,863,040
3Feb 14, 2026 22:267,999483,771,001416,034,00039,907,000251,850,752
4Feb 14, 2026 22:268,023490,832,492414,391,00042,936,000251,928,576
5Feb 14, 2026 22:268,055486,818,594406,214,00052,897,000251,850,752
6Feb 14, 2026 22:268,062484,013,493416,560,00042,954,000251,961,344
7Feb 14, 2026 22:268,089493,804,324414,186,00046,907,000251,936,768
8Feb 14, 2026 22:268,106496,528,576417,125,00044,905,000251,916,288
9Feb 14, 2026 22:268,333500,404,058422,081,00052,884,000251,850,752