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 listDec 5, 2025 07:50Yehor BondarYehor BondarScore: 430,102Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 5, 2025 07:50428,73224,471,460,58912,988,017,00011,449,726,000251,846,656
2Dec 5, 2025 07:50428,73824,479,675,58013,021,168,00011,416,886,000252,084,224
3Dec 5, 2025 07:50429,73024,532,804,76712,997,411,00011,497,172,000251,846,656
4Dec 5, 2025 07:50429,98024,551,537,39812,992,509,00011,516,360,000251,846,656
5Dec 5, 2025 07:50430,10224,551,694,96113,119,465,00011,396,323,000252,080,128
6Dec 5, 2025 07:50432,70424,698,604,58213,044,206,00011,619,947,000251,846,656
7Dec 5, 2025 07:50434,50724,803,293,69612,816,230,00011,950,687,000251,846,656
8Dec 5, 2025 07:50447,26025,534,917,13513,263,147,00012,230,680,000251,850,752
9Dec 5, 2025 07:50454,06025,924,738,31213,494,905,00012,386,487,000251,846,656