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:35MatthiasMatthiasScore: 394,827Success
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:35393,40622,460,642,64910,719,840,00011,704,275,000251,858,944
2Jan 18, 2025 18:35394,15222,501,823,13211,078,905,00011,387,736,000251,842,560
3Jan 18, 2025 18:35394,44222,517,788,10811,053,197,00011,430,000,000251,858,944
4Jan 18, 2025 18:35394,66122,535,795,47011,001,455,00011,494,207,000251,842,560
5Jan 18, 2025 18:35394,82722,545,552,83310,913,237,00011,591,879,000251,858,944
6Jan 18, 2025 18:35395,70922,592,896,55211,040,808,00011,514,585,000251,858,944
7Jan 18, 2025 18:35398,50722,752,840,58110,954,638,00011,760,243,000251,842,560
8Jan 18, 2025 18:35400,69822,875,221,77710,865,188,00011,974,594,000252,059,648
9Jan 18, 2025 18:35401,64122,928,001,47111,254,867,00011,638,692,000251,858,944