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 listFeb 25, 2025 17:28wainCGPwainCGPScore: 21,975Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2025 17:2821,8561,274,531,6331,213,835,00031,969,000251,850,752
2Feb 25, 2025 17:2821,8761,271,448,2601,199,992,00046,960,000251,834,368
3Feb 25, 2025 17:2821,9191,282,554,3741,212,421,00036,982,000252,088,320
4Feb 25, 2025 17:2821,9321,277,790,6361,206,148,00043,968,000251,920,384
5Feb 25, 2025 17:2821,9751,287,064,5731,194,575,00057,979,000252,092,416
6Feb 25, 2025 17:2821,9981,277,764,5201,203,945,00049,956,000251,850,752
7Feb 25, 2025 17:2823,3481,357,167,9891,286,852,00043,960,000252,088,320
8Feb 25, 2025 17:2823,3631,359,824,2471,277,729,00053,946,000251,850,752
9Feb 25, 2025 17:2823,5091,362,996,4321,295,066,00044,967,000251,850,752