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 listApr 26, 2026 20:17TudyMTudyMScore: 7,954Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 20:187,931470,133,170387,211,00064,867,000251,912,192
2Apr 26, 2026 20:187,933472,817,024390,311,00061,890,000251,908,096
3Apr 26, 2026 20:187,937472,760,156381,522,00070,911,000251,912,192
4Apr 26, 2026 20:187,945469,929,604386,072,00066,839,000251,924,480
5Apr 26, 2026 20:187,954471,803,423382,671,00070,754,000251,920,384
6Apr 26, 2026 20:187,959473,345,397388,726,00064,954,000251,920,384
7Apr 26, 2026 20:187,971476,882,042396,479,00057,923,000251,916,288
8Apr 26, 2026 20:187,973472,112,935390,577,00063,930,000251,920,384
9Apr 26, 2026 20:187,997474,481,781383,862,00071,974,000251,895,808