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 listFeb 14, 2026 23:17olliecrowolliecrowScore: 10,330Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 23:1710,257675,917,817458,144,000126,487,000199,987,200
2Feb 14, 2026 23:1710,312672,814,637461,398,000126,383,000200,011,776
3Feb 14, 2026 23:1710,323701,966,264457,990,000130,427,000200,011,776
4Feb 14, 2026 23:1710,330685,950,693466,854,000121,962,000199,819,264
5Feb 14, 2026 23:1710,342683,687,041463,616,000125,895,000199,999,488
6Feb 14, 2026 23:1710,375676,527,537471,300,000120,076,000200,065,024