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 listApr 4, 2026 03:34Josu San MartinJosu San MartinScore: 3,338Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 03:343,326219,380,217143,910,00045,654,000251,977,728
2Apr 4, 2026 03:343,334213,760,952145,269,00044,774,000251,965,440
3Apr 4, 2026 03:343,336217,714,429146,333,00043,800,000251,850,752
4Apr 4, 2026 03:343,337211,356,893143,425,00046,812,000251,846,656
5Apr 4, 2026 03:343,338217,309,269147,194,00043,056,000251,842,560
6Apr 4, 2026 03:343,339217,505,281147,457,00042,842,000251,850,752
7Apr 4, 2026 03:343,341226,687,144148,547,00041,872,000251,850,752
8Apr 4, 2026 03:343,342212,175,635146,630,00043,889,000251,850,752
9Apr 4, 2026 03:343,347214,589,456148,846,00041,956,000251,977,728