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 18, 2026 03:32Elijah KinElijah KinScore: 38,267Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 18, 2026 03:3238,2342,201,558,7312,111,377,00067,947,000251,850,752
2Mar 18, 2026 03:3238,2672,211,065,9062,117,277,00063,947,000251,846,656
3Mar 18, 2026 03:3238,5042,223,599,0552,127,791,00066,961,000252,067,840