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 29, 2026 23:07Kevin HeaveyKevin HeaveyScore: 3,126Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 23:093,108187,292,388132,805,00044,357,000251,682,816
2Jul 29, 2026 23:093,116187,785,846132,893,00044,732,000251,682,816
3Jul 29, 2026 23:093,123188,794,175133,300,00044,724,000251,682,816
4Jul 29, 2026 23:093,124188,958,869133,770,00044,336,000251,682,816
5Jul 29, 2026 23:093,126188,370,085133,719,00044,509,000251,682,816
6Jul 29, 2026 23:093,213193,287,352123,271,00059,911,000250,413,056
7Jul 29, 2026 23:093,237205,827,156139,936,00044,575,000251,682,816
8Jul 29, 2026 23:093,252195,404,430125,417,00060,000,000250,388,480
9Jul 29, 2026 23:093,254196,388,152125,063,00060,453,000250,417,152