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 3, 2026 01:29Taylor DettlingTaylor DettlingScore: 6,306Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:296,249386,131,071238,437,000117,734,000251,920,384
2Apr 3, 2026 01:296,301386,831,834358,172,0001,000,000251,920,384
3Apr 3, 2026 01:296,303387,046,520359,265,0000251,920,384
4Apr 3, 2026 01:296,304384,442,357358,318,0001,000,000251,920,384
5Apr 3, 2026 01:296,306390,497,995291,551,00067,895,000251,920,384
6Apr 3, 2026 01:296,308384,291,565358,558,000998,000251,846,656
7Apr 3, 2026 01:296,308387,985,263343,582,00015,980,000251,916,288
8Apr 3, 2026 01:296,308384,797,289305,633,00053,935,000251,928,576
9Apr 3, 2026 01:296,309391,353,343357,599,0001,997,000251,846,656