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 30, 2026 01:01Dominique GarmierDominique GarmierScore: 4,547Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 11:294,525286,649,518192,929,00064,976,000250,044,416
2Mar 30, 2026 11:294,534290,313,205197,554,00060,862,000250,052,608
3Mar 30, 2026 01:014,542283,681,109195,934,00062,979,000250,134,528
4Mar 30, 2026 01:014,547285,268,158196,369,00062,798,000250,306,560
5Mar 30, 2026 11:294,547285,664,334192,402,00066,792,000250,052,608
6Mar 30, 2026 01:014,574289,531,612196,804,00063,936,000250,310,656