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 22, 2026 18:40Dominique GarmierDominique GarmierScore: 5,629Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 18:405,611350,754,784267,042,00052,810,000251,846,656
2Mar 22, 2026 18:405,629350,758,498274,866,00045,977,000251,846,656
3Mar 22, 2026 18:405,675346,924,103265,763,00057,731,000252,096,512