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:12Elijah KinElijah KinScore: 426,436Success
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:12422,10524,095,208,09312,278,862,00011,781,111,000252,076,032
2Mar 18, 2026 03:12426,43624,341,679,21012,632,160,00011,674,679,000251,854,848
3Mar 18, 2026 03:12429,36124,506,467,65012,158,318,00012,315,245,000251,842,560