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 20:42Victor MerckléVictor MerckléScore: 1,596Success
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 20:451,58598,545,50668,754,00021,602,000249,905,152stderr
2Aug 16, 2026 20:451,58999,696,81669,222,00021,393,000249,872,384stderr
3Aug 16, 2026 20:451,59199,852,62469,300,00021,440,000249,933,824stderr
4Aug 16, 2026 20:451,59199,247,71569,234,00021,460,000249,880,576stderr
5Aug 16, 2026 20:451,596100,112,82169,397,00021,579,000249,921,536stderr
6Aug 16, 2026 20:451,602100,470,98969,594,00021,722,000249,892,864stderr
7Aug 16, 2026 20:451,611100,039,85570,124,00021,726,000249,896,960stderr
8Aug 16, 2026 20:451,612101,024,28570,217,00021,711,000249,896,960stderr
9Aug 16, 2026 20:451,616100,473,52770,361,00021,784,000249,880,576stderr