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 22, 2024 22:20Yuriy LyfenkoYuriy LyfenkoScore: 4,484Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 22:204,4221,144,725,524252,046,5830268,050,432
2Jan 22, 2024 22:204,4281,097,114,785176,686,00075,722,000264,581,120
3Jan 22, 2024 22:204,4591,109,889,401185,940,00068,244,000265,388,032
4Jan 22, 2024 22:204,4711,102,709,496185,515,00069,324,000265,789,440
5Jan 22, 2024 22:204,4741,114,158,723191,016,00064,016,000266,067,968
6Jan 22, 2024 22:204,4811,173,575,433255,424,3490267,358,208
7Jan 22, 2024 22:204,4841,112,133,179192,202,00063,385,000265,494,528
8Jan 22, 2024 22:204,4961,118,901,013188,387,00067,859,000264,400,896
9Jan 22, 2024 22:204,5001,118,917,547184,353,00072,138,000266,031,104
10Jan 22, 2024 22:204,5081,149,929,393256,973,4770266,313,728
11Jan 22, 2024 22:204,5161,126,724,403186,679,00070,741,000262,160,384
12Jan 22, 2024 22:204,5421,144,748,830193,646,00065,239,000263,725,056