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:22olliecrowolliecrowScore: 8,836Success
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:228,808533,555,467456,141,00045,913,000251,850,752
2Feb 14, 2026 22:228,810529,238,802453,259,00048,920,000251,977,728
3Feb 14, 2026 22:228,816527,626,308461,551,00040,960,000251,973,632
4Feb 14, 2026 22:228,828533,104,070454,266,00048,920,000251,969,536
5Feb 14, 2026 22:228,836535,817,123457,695,00045,969,000251,969,536
6Feb 14, 2026 22:228,837526,947,401458,744,00044,974,000252,063,744
7Feb 14, 2026 22:228,845531,360,980462,253,00041,932,000251,985,920
8Feb 14, 2026 22:228,851527,109,649449,540,00054,943,000251,961,344
9Feb 14, 2026 22:228,894535,051,192464,038,00042,911,000251,969,536