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 14:06wainCGPwainCGPScore: 400,127Success
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 14:06398,66522,766,277,27111,224,031,00011,499,884,000251,846,656
2Feb 25, 2025 14:06398,87922,778,904,07611,187,665,00011,548,461,000251,850,752
3Feb 25, 2025 14:06399,30622,800,249,39911,309,269,00011,451,197,000252,088,320
4Feb 25, 2025 14:06399,68222,820,252,05511,506,393,00011,275,505,000251,858,944
5Feb 25, 2025 14:06400,12722,844,805,70811,299,666,00011,507,568,000251,846,656
6Feb 25, 2025 14:06400,17722,842,709,10311,357,069,00011,453,019,000251,858,944
7Feb 25, 2025 14:06400,62922,874,625,04511,189,529,00011,646,305,000252,096,512
8Feb 25, 2025 14:06401,31122,913,577,61111,228,463,00011,646,257,000251,850,752
9Feb 25, 2025 14:06412,08623,522,613,86511,825,413,00011,663,490,000251,916,288