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 listDec 29, 2025 20:41HattonuriHattonuriScore: 4,205Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 20:414,196263,042,444191,326,00047,831,000252,014,592
2Dec 29, 2025 20:414,197266,504,941189,387,00049,838,000252,076,032
3Dec 29, 2025 20:414,201261,009,095198,538,00040,904,000252,076,032
4Dec 29, 2025 20:414,202260,975,919193,586,00045,901,000252,010,496
5Dec 29, 2025 20:414,205258,503,854199,724,00039,944,000251,949,056
6Dec 29, 2025 20:414,207263,134,875204,812,00034,968,000252,088,320
7Dec 29, 2025 20:414,207262,682,772200,820,00038,965,000252,006,400
8Dec 29, 2025 20:414,208268,644,527200,902,00038,981,000252,014,592
9Dec 29, 2025 20:414,211268,711,832200,168,00039,834,000252,096,512