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 14:28CadovvlCadovvlScore: 25,450Success
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 14:2825,3791,476,898,0541,395,637,00050,950,000251,850,752
2Jan 28, 2025 14:2825,4001,476,541,9151,401,850,00045,962,000252,088,320
3Jan 28, 2025 14:2825,4311,479,465,6211,403,599,00045,954,000251,850,752
4Jan 28, 2025 14:2825,4471,476,967,7381,401,470,00048,981,000251,834,368
5Jan 28, 2025 14:2825,4501,479,906,3281,408,671,00041,960,000251,850,752
6Jan 28, 2025 14:2825,4591,479,407,1011,406,169,00044,973,000251,850,752
7Jan 28, 2025 14:2825,4711,480,058,6341,407,905,00043,965,000251,834,368
8Jan 28, 2025 14:2825,4991,489,768,8601,401,441,00051,979,000251,850,752
9Jan 28, 2025 14:2825,6491,486,753,9911,420,037,00041,971,000251,846,656