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 listJan 18, 2025 18:30MatthiasMatthiasScore: 421,671Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 18, 2025 18:30420,24623,994,088,76412,495,744,00011,458,263,000251,858,944
2Jan 18, 2025 18:30420,55224,010,826,62512,450,493,00011,520,979,000251,850,752
3Jan 18, 2025 18:30420,94924,032,331,17712,500,231,00011,493,856,000251,858,944
4Jan 18, 2025 18:30421,30524,054,697,47412,490,923,00011,523,471,000251,850,752
5Jan 18, 2025 18:30421,67124,078,866,63112,261,460,00011,773,800,000251,858,944
6Jan 18, 2025 18:30421,97624,093,701,48912,509,570,00011,543,067,000251,850,752
7Jan 18, 2025 18:30421,99424,092,541,51412,368,660,00011,685,011,000251,850,752
8Jan 18, 2025 18:30427,67224,417,846,88712,561,444,00011,815,834,000251,858,944
9Jan 18, 2025 18:30428,39524,455,687,86012,352,174,00012,066,356,000251,850,752