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 20, 2026 15:53Dominique GarmierDominique GarmierError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 20, 2026 15:550237,576,910188,064,00020,006,00044,343,296line 0: expected Fizz got 2090708096
2Apr 20, 2026 15:550274,613,951186,658,00056,895,000226,816,000line 27009024: expected 3415007392 got EOF
3Apr 20, 2026 15:550274,701,391186,369,00060,794,000231,018,496line 27433451: expected 72627256466 got 76116502