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 25, 2025 13:47wainCGPwainCGPScore: 421,897Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2025 13:47420,53124,007,936,12112,415,400,00011,554,858,000251,846,656
2Feb 25, 2025 13:47420,71024,014,979,48712,364,063,00011,616,422,000252,092,416
3Feb 25, 2025 13:47421,08224,036,887,20712,495,580,00011,506,088,000252,092,416
4Feb 25, 2025 13:47421,09024,044,746,35112,454,847,00011,547,295,000251,850,752
5Feb 25, 2025 13:47421,89724,086,160,13512,606,767,00011,441,343,000251,846,656
6Feb 25, 2025 13:47421,92924,097,415,78912,463,238,00011,586,714,000251,834,368
7Feb 25, 2025 13:47427,44224,401,306,79812,390,994,00011,973,197,000251,846,656
8Feb 25, 2025 13:47427,57824,411,802,90712,506,320,00011,865,611,000251,846,656
9Feb 25, 2025 13:47430,02224,555,183,39712,558,456,00011,952,772,000251,846,656