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 25, 2026 13:41Dominique GarmierDominique GarmierScore: 82,778Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2026 13:4182,42310,297,026,6753,095,451,0001,602,686,000700,416
2Mar 25, 2026 13:4182,77810,779,799,4803,046,081,0001,672,242,000684,032
3Mar 25, 2026 13:4183,34610,515,941,4623,080,177,0001,670,538,000786,432