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 16, 2026 08:08marko1597marko1597Score: 1,538Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 08:351,53595,939,78766,731,00020,789,000249,896,960
2Aug 16, 2026 08:351,53696,042,51166,724,00020,839,000249,913,344
3Aug 16, 2026 08:351,53696,102,50266,681,00020,872,000249,888,768
4Aug 16, 2026 08:351,53696,046,25166,642,00020,916,000249,888,768
5Aug 16, 2026 08:351,53896,154,45766,742,00020,979,000249,901,056
6Aug 16, 2026 08:351,53996,221,41466,850,00020,903,000249,896,960
7Aug 16, 2026 08:351,54496,156,74266,725,00021,292,000249,884,672
8Aug 16, 2026 08:351,54496,185,83266,750,00021,267,000249,888,768
9Aug 16, 2026 08:351,54497,751,87066,766,00021,243,000249,901,056