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 listMar 23, 2026 18:28Dominique GarmierDominique GarmierScore: 5,592Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 18:285,583342,086,956268,367,00049,882,000251,875,328
2Mar 23, 2026 18:565,585344,904,044264,472,00053,892,000251,920,384
3Mar 23, 2026 18:565,587347,316,949268,525,00049,911,000251,936,768
4Mar 23, 2026 18:285,592348,042,838266,941,00051,794,000252,063,744
5Mar 23, 2026 18:285,598347,160,406270,217,00048,858,000251,912,192
6Mar 23, 2026 18:565,719355,732,135267,369,00058,642,000251,916,288