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 28, 2025 13:57CadovvlCadovvlScore: 421,960Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 28, 2025 13:57420,70024,022,862,29312,470,176,00011,509,701,000252,080,128
2Jan 28, 2025 13:57421,33324,061,045,50012,418,281,00011,597,725,000252,092,416
3Jan 28, 2025 13:57421,35124,057,942,60012,435,278,00011,581,739,000251,846,656
4Jan 28, 2025 13:57421,35524,054,535,81512,524,873,00011,492,378,000251,846,656
5Jan 28, 2025 13:57421,96024,092,005,88212,514,094,00011,537,633,000251,842,560
6Jan 28, 2025 13:57421,97924,094,205,17412,502,660,00011,550,143,000251,850,752
7Jan 28, 2025 13:57425,20224,274,051,09912,536,530,00011,699,962,000251,850,752
8Jan 28, 2025 13:57427,88924,424,006,19912,608,628,00011,781,046,000251,846,656
9Jan 28, 2025 13:57435,86624,884,774,34312,749,527,00012,094,859,000251,846,656