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 9, 2025 14:50Bohdan StorozhukBohdan StorozhukScore: 4,786Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 9, 2025 14:504,657297,628,417224,539,00040,916,000251,994,112
2Jan 9, 2025 14:504,662293,154,110216,806,00048,956,000251,985,920
3Jan 9, 2025 14:504,691300,126,642220,488,00046,891,000251,998,208
4Jan 9, 2025 14:504,734294,940,506226,882,00042,977,000251,998,208
5Jan 9, 2025 14:504,786303,335,840220,017,00052,764,000251,899,904
6Jan 9, 2025 14:504,786297,902,400231,851,00040,973,000252,014,592
7Jan 9, 2025 14:504,791305,575,331224,086,00049,018,000251,994,112
8Jan 9, 2025 14:504,825298,624,357232,042,00043,007,000251,899,904
9Jan 9, 2025 14:504,844302,895,877228,269,00047,846,000251,985,920