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 21, 2026 23:42Dominique GarmierDominique GarmierScore: 7,823Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 23:427,790476,101,725389,139,00054,878,000252,018,688
2Mar 21, 2026 23:427,823471,649,277389,054,00056,861,000252,018,688
3Mar 21, 2026 23:427,851474,749,806383,729,00063,788,000251,977,728