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:36wainCGPwainCGPScore: 421,619Success
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:36420,49624,008,887,68012,455,379,00011,512,880,000251,850,752
2Feb 25, 2025 13:36420,66324,012,068,70312,510,155,00011,467,642,000251,850,752
3Feb 25, 2025 13:36421,50824,062,346,90512,507,207,00011,518,744,000252,088,320
4Feb 25, 2025 13:36421,57124,066,948,12812,494,533,00011,535,030,000251,858,944
5Feb 25, 2025 13:36421,61924,072,536,89912,591,331,00011,440,940,000251,846,656
6Feb 25, 2025 13:36421,96824,083,345,11012,747,719,00011,304,430,000252,088,320
7Feb 25, 2025 13:36422,16124,106,056,84412,483,878,00011,579,322,000251,846,656
8Feb 25, 2025 13:36425,68324,305,203,89912,588,743,00011,675,197,000251,850,752
9Feb 25, 2025 13:36426,44824,343,353,50212,614,535,00011,693,007,000251,846,656