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 listJun 30, 2026 16:51Victor MerckléVictor MerckléScore: 2,198Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2026 16:542,188132,688,653103,411,00021,358,000249,876,480stderr
2Jun 30, 2026 16:542,190135,131,892103,521,00021,355,000249,888,768stderr
3Jun 30, 2026 16:542,191132,863,290104,417,00020,511,000249,913,344stderr
4Jun 30, 2026 16:542,196132,950,609104,679,00020,545,000249,884,672stderr
5Jun 30, 2026 16:542,198133,105,648104,533,00020,754,000249,909,248stderr
6Jun 30, 2026 16:542,198133,433,144103,997,00021,321,000249,892,864stderr
7Jun 30, 2026 16:542,201133,399,211104,818,00020,653,000249,872,384stderr
8Jun 30, 2026 16:542,210134,109,831104,215,00021,761,000249,884,672stderr
9Jun 30, 2026 16:542,218134,419,734104,791,00021,645,000249,892,864stderr