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 listMay 10, 2025 21:29marcømarcøScore: 422,052Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 10, 2025 21:29420,40723,999,365,14312,638,248,00011,324,950,000251,846,656
2May 10, 2025 21:29420,70724,019,236,93612,525,355,00011,454,923,000251,854,848
3May 10, 2025 21:29421,78824,071,872,08012,592,209,00011,449,735,000251,846,656
4May 10, 2025 21:29422,01624,092,720,84312,641,166,00011,413,733,000251,846,656
5May 10, 2025 21:29422,05224,094,096,67712,622,680,00011,434,275,000251,846,656
6May 10, 2025 21:29422,55424,130,645,16712,588,976,00011,496,585,000251,846,656
7May 10, 2025 21:29423,08024,153,330,23312,569,526,00011,546,053,000251,846,656
8May 10, 2025 21:29429,43224,512,284,62712,634,102,00011,843,533,000251,846,656
9May 10, 2025 21:29446,19525,470,948,84412,936,966,00012,496,172,000251,846,656