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 8, 2025 15:15Bohdan StorozhukBohdan StorozhukScore: 6,146Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 8, 2025 15:156,037366,511,901284,245,00059,841,000251,949,056
2Jan 8, 2025 15:156,042370,028,761286,497,00057,898,000252,067,840
3Jan 8, 2025 15:156,111370,494,799285,459,00062,881,000251,944,960
4Jan 8, 2025 15:156,132374,778,073284,610,00064,911,000251,899,904
5Jan 8, 2025 15:156,146375,189,539289,417,00060,877,000251,944,960
6Jan 8, 2025 15:156,163379,091,988285,446,00065,872,000251,940,864
7Jan 8, 2025 15:156,169377,661,349294,687,00056,939,000251,949,056
8Jan 8, 2025 15:156,198376,891,128290,431,00062,877,000251,899,904
9Jan 8, 2025 15:156,228385,438,792290,986,00063,996,000251,944,960