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 14:50Victor MerckléVictor MerckléScore: 1,710Success
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 14:521,702105,483,73276,308,00020,727,000249,892,864stderr
2Aug 16, 2026 14:521,707106,458,84976,007,00021,334,000249,884,672stderr
3Aug 16, 2026 14:521,708106,444,58776,064,00021,334,000249,905,152stderr
4Aug 16, 2026 14:521,710105,956,99476,041,00021,433,000249,901,056stderr
5Aug 16, 2026 14:521,710106,602,10376,037,00021,452,000249,905,152stderr
6Aug 16, 2026 14:521,724106,776,39676,634,00021,673,000249,864,192stderr
7Aug 16, 2026 14:521,725106,738,25776,693,00021,654,000249,892,864stderr
8Aug 16, 2026 14:521,725107,398,25176,756,00021,613,000249,896,960stderr
9Aug 16, 2026 14:521,742107,885,68477,951,00021,356,000249,888,768stderr