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 listApr 29, 2026 03:46Charles CabergsCharles CabergsScore: 3,294Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 03:473,284203,560,760144,396,00042,820,000251,990,016
2Apr 29, 2026 03:473,292207,579,118144,757,00042,928,000251,891,712
3Apr 29, 2026 03:473,293205,945,867141,536,00046,175,000251,994,112
4Apr 29, 2026 03:473,293202,216,786147,771,00039,938,000251,994,112
5Apr 29, 2026 03:473,294206,130,030141,837,00045,947,000251,994,112
6Apr 29, 2026 03:473,294202,763,932143,852,00043,955,000251,998,208
7Apr 29, 2026 03:473,296208,975,358142,933,00044,979,000252,002,304
8Apr 29, 2026 03:473,300208,905,884142,094,00046,030,000251,990,016
9Apr 29, 2026 03:473,301203,685,432137,393,00050,775,000252,059,648