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 29, 2026 13:33TudyMTudyMScore: 7,754Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 13:377,739461,220,114367,311,00073,861,000251,887,616
2Apr 29, 2026 13:377,746456,876,635370,608,00070,925,000251,928,576
3Apr 29, 2026 13:377,746459,758,284377,624,00063,936,000251,863,040
4Apr 29, 2026 13:377,748461,102,197367,744,00073,948,000251,916,288
5Apr 29, 2026 13:377,754460,594,303372,176,00069,845,000251,867,136
6Apr 29, 2026 13:377,754457,846,770366,163,00075,826,000251,863,040
7Apr 29, 2026 13:377,755456,561,869376,183,00065,857,000251,944,960
8Apr 29, 2026 13:377,760462,661,208364,482,00077,889,000251,871,232
9Apr 29, 2026 13:377,763465,107,681371,613,00070,926,000251,875,328