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 17, 2025 07:18Ian MckibbenIan MckibbenScore: 422,340Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:18421,35724,053,774,58112,505,399,00011,511,924,000251,850,752
2Jan 17, 2025 07:18421,43624,063,139,73212,644,618,00011,377,257,000251,858,944
3Jan 17, 2025 07:18421,86224,081,574,99612,438,331,00011,607,776,000251,846,656
4Jan 17, 2025 07:18422,22024,104,404,93612,529,524,00011,537,037,000251,858,944
5Jan 17, 2025 07:18422,34024,114,116,45112,318,033,00011,755,351,000251,850,752
6Jan 17, 2025 07:18424,04024,200,720,69112,580,906,00011,589,387,000251,846,656
7Jan 17, 2025 07:18425,94924,322,840,82812,618,299,00011,660,808,000251,850,752
8Jan 17, 2025 07:18426,73624,364,441,95512,473,349,00011,850,631,000251,846,656
9Jan 17, 2025 07:18427,03824,376,530,46712,819,755,00011,521,388,000251,846,656