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 26, 2026 12:56Dominique GarmierDominique GarmierScore: 34,063Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 26, 2026 12:5634,0461,973,142,2181,888,679,00051,936,000251,850,752
2Mar 26, 2026 12:5634,0631,971,699,3791,887,639,00053,961,000251,867,136
3Mar 26, 2026 12:5634,1241,975,679,6701,891,083,00053,973,000252,030,976