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 15:31CadovvlCadovvlScore: 5,897Success
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 15:315,891361,468,807285,795,00049,964,000251,850,752
2Jan 28, 2025 15:315,894358,465,318293,956,00041,993,000251,850,752
3Jan 28, 2025 15:315,896361,113,242295,067,00041,009,000251,850,752
4Jan 28, 2025 15:315,896364,138,857307,160,00028,920,000251,850,752
5Jan 28, 2025 15:315,897367,815,930295,250,00040,896,000251,850,752
6Jan 28, 2025 15:315,898369,528,180292,309,00043,896,000251,846,656
7Jan 28, 2025 15:315,899370,166,111294,351,00041,907,000251,850,752
8Jan 28, 2025 15:315,905361,818,855285,640,00050,935,000251,846,656
9Jan 28, 2025 15:315,913359,984,866283,056,00054,010,000251,850,752