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 listMar 23, 2026 07:41Dominique GarmierDominique GarmierScore: 8,499Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 07:418,481511,171,773427,460,00055,929,000251,842,560
2Mar 23, 2026 11:428,488513,137,765428,948,00054,865,000251,994,112
3Mar 23, 2026 11:428,491511,657,089430,120,00053,889,000252,018,688
4Mar 23, 2026 07:418,499511,747,090429,613,00054,823,000251,969,536
5Mar 23, 2026 07:418,509509,856,273429,134,00055,887,000251,977,728
6Mar 23, 2026 11:428,527509,803,367430,146,00055,889,000251,842,560