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 listMar 11, 2026 16:36olliecrowolliecrowScore: 4,446Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 16:364,445279,826,625228,403,00024,934,000250,060,800
2Mar 11, 2026 16:364,445279,672,184228,406,00024,935,000250,232,832
3Mar 11, 2026 16:364,445277,441,211231,407,00021,943,000250,048,512
4Mar 11, 2026 16:364,445282,696,909233,437,00019,951,000250,068,992
5Mar 11, 2026 16:364,446278,573,065232,456,00020,951,000250,109,952
6Mar 11, 2026 16:364,448282,486,008229,597,00023,957,000250,105,856
7Mar 11, 2026 16:364,451281,574,245232,707,00020,973,000250,105,856
8Mar 11, 2026 16:364,457277,724,957234,054,00020,004,000250,048,512
9Mar 11, 2026 16:364,459281,874,284234,130,00020,011,000250,105,856