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 listAug 29, 2026 11:43Victor MerckléVictor MerckléScore: 1,619Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 11:461,60699,714,02370,129,00021,451,000249,851,904stderr
2Aug 29, 2026 11:461,617100,365,82470,704,00021,485,000249,884,672stderr
3Aug 29, 2026 11:461,618100,500,84070,758,00021,515,000249,872,384stderr
4Aug 29, 2026 11:461,618100,553,57470,515,00021,760,000249,901,056stderr
5Aug 29, 2026 11:461,619101,343,88870,751,00021,576,000249,884,672stderr
6Aug 29, 2026 11:461,623100,723,85270,895,00021,641,000249,864,192stderr
7Aug 29, 2026 11:461,624100,865,60670,834,00021,762,000249,909,248stderr
8Aug 29, 2026 11:461,629101,947,29071,126,00021,732,000249,909,248stderr
9Aug 29, 2026 11:461,629101,264,49171,154,00021,709,000249,888,768stderr