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 29, 2026 16:08Victor MerckléVictor MerckléScore: 1,714Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 16:101,708105,853,43476,033,00021,333,000249,913,344stderr
2Aug 29, 2026 16:101,711105,759,07476,226,00021,308,000249,913,344stderr
3Aug 29, 2026 16:101,712106,036,26375,932,00021,661,000249,901,056stderr
4Aug 29, 2026 16:101,713108,048,25476,719,00020,938,000249,888,768stderr
5Aug 29, 2026 16:101,714106,149,99276,073,00021,677,000249,868,288stderr
6Aug 29, 2026 16:101,715106,752,29976,060,00021,717,000249,864,192stderr
7Aug 29, 2026 16:101,715105,927,11476,758,00021,005,000249,884,672stderr
8Aug 29, 2026 16:101,716107,037,76876,351,00021,501,000249,905,152stderr
9Aug 29, 2026 16:101,717107,358,34976,236,00021,650,000249,880,576stderr