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:16Elijah KinElijah KinScore: 30,762Success
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:1630,6241,770,300,2301,671,612,00073,938,000252,076,032
2Mar 18, 2026 03:1630,7621,778,282,3171,689,472,00063,942,000252,071,936
3Mar 18, 2026 03:1630,9861,793,891,3131,694,254,00071,925,000251,846,656