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 20, 2025 16:07Bohdan StorozhukBohdan StorozhukScore: 4,832Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2025 16:074,710295,789,139219,552,00048,900,000251,895,808
2Jan 20, 2025 16:074,724294,349,161221,198,00048,043,000251,998,208
3Jan 20, 2025 16:164,728298,482,005222,571,00046,909,000251,899,904
4Jan 20, 2025 16:074,731296,816,368218,753,00050,942,000251,899,904
5Jan 20, 2025 16:164,737293,096,449228,997,00040,999,000251,998,208
6Jan 20, 2025 16:164,804297,551,897228,869,00044,974,000251,899,904
7Jan 20, 2025 16:074,808305,327,951225,065,00049,014,000251,899,904
8Jan 20, 2025 16:164,819301,828,263223,765,00050,946,000251,990,016
9Jan 20, 2025 16:164,825304,857,213231,015,00044,002,000251,854,848
10Jan 20, 2025 16:074,832302,136,078226,535,00048,899,000251,899,904
11Jan 20, 2025 16:074,838301,945,270222,802,00052,952,000251,990,016
12Jan 20, 2025 16:074,840297,265,937218,920,00056,979,000251,895,808
13Jan 20, 2025 16:164,840300,988,851225,894,00049,976,000251,895,808
14Jan 20, 2025 16:074,856305,945,757229,005,00047,792,000251,990,016
15Jan 20, 2025 16:164,862302,752,134235,258,00041,868,000251,994,112
16Jan 20, 2025 16:164,868304,348,824230,408,00047,083,000252,112,896
17Jan 20, 2025 16:074,883305,665,651229,448,00048,882,000251,895,808
18Jan 20, 2025 16:164,890300,192,700232,614,00046,121,000251,899,904