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 28, 2026 10:12TudyMTudyMScore: 7,629Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 10:167,603450,898,691355,525,00077,895,000251,887,616
2Apr 28, 2026 10:167,614449,336,979369,183,00064,856,000251,871,232
3Apr 28, 2026 10:167,618452,125,309372,345,00061,891,000251,879,424
4Apr 28, 2026 10:167,627456,169,610370,824,00063,969,000251,887,616
5Apr 28, 2026 10:167,629451,022,672364,046,00070,814,000251,871,232
6Apr 28, 2026 10:167,633456,490,637369,242,00065,864,000251,871,232
7Apr 28, 2026 10:167,633453,477,263369,245,00065,865,000251,875,328
8Apr 28, 2026 10:167,651454,752,121368,294,00067,869,000251,875,328
9Apr 28, 2026 10:167,751461,053,746361,239,00080,607,000251,875,328