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:28Elijah KinElijah KinScore: 58,272Success
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:2855,6949,124,790,6031,745,151,0001,429,410,00076,955,648
2Mar 18, 2026 03:2858,2729,206,898,2351,774,759,0001,546,770,00096,309,248
3Mar 18, 2026 03:2858,8299,302,997,1431,783,437,0001,569,790,00098,910,208