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 5, 2026 05:14Josu San MartinJosu San MartinScore: 4,118Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 6, 2026 03:114,105265,565,859171,252,00062,726,000249,327,616
2Feb 6, 2026 03:114,107265,091,337176,073,00058,024,000249,520,128
3Feb 5, 2026 05:144,116262,527,990168,987,00065,607,000249,520,128
4Feb 5, 2026 05:144,118267,226,905170,078,00064,649,000249,331,712
5Feb 6, 2026 03:114,126268,309,843173,407,00061,788,000249,237,504
6Feb 5, 2026 05:144,138268,830,915165,908,00069,961,000247,873,536