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 listFeb 19, 2026 20:11Aleksei ShahoikaAleksei ShahoikaScore: 20,841Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 20:1120,3294,196,429,171229,670,000929,073,000105,684,992
2Feb 19, 2026 20:1120,8414,077,787,726239,031,000948,914,000105,295,872
3Feb 19, 2026 20:1121,1614,090,985,349244,095,000962,085,000105,361,408