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 14:22CadovvlCadovvlScore: 399,544Success
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 14:22398,72122,765,671,48911,267,598,00011,459,506,000251,846,656
2Jan 28, 2025 14:22398,81822,764,805,09811,310,840,00011,421,789,000251,858,944
3Jan 28, 2025 14:22399,03522,784,435,18111,369,011,00011,376,007,000252,092,416
4Jan 28, 2025 14:22399,11622,787,864,32411,415,795,00011,333,832,000252,096,512
5Jan 28, 2025 14:22399,54422,813,626,40911,108,642,00011,665,374,000251,846,656
6Jan 28, 2025 14:22399,80422,824,336,90711,176,027,00011,612,794,000251,850,752
7Jan 28, 2025 14:22400,07822,850,725,54011,364,235,00011,440,196,000251,846,656
8Jan 28, 2025 14:22400,35222,860,288,40511,154,173,00011,665,906,000251,846,656
9Jan 28, 2025 14:22400,39922,861,246,29611,178,481,00011,644,251,000251,850,752