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 5, 2026 00:42olliecrowolliecrowScore: 5,434Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 00:425,430338,441,804289,554,00019,969,000250,310,656
2Mar 5, 2026 00:425,434341,880,502286,759,00022,980,000250,081,280
3Mar 5, 2026 00:425,438337,352,057287,966,00021,997,000250,290,176