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 11, 2026 18:31olliecrowolliecrowScore: 3,731Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 18:313,728243,567,088189,537,00022,944,000250,122,240
2Mar 22, 2026 23:313,728240,700,534192,559,00019,954,000250,085,376
3Mar 22, 2026 23:313,730237,631,816192,657,00019,964,000250,109,952
4Mar 11, 2026 18:313,731240,073,020193,679,00018,968,000250,052,608
5Mar 11, 2026 18:313,738239,661,493192,051,00021,005,000250,224,640
6Mar 22, 2026 23:313,741245,842,340192,299,00020,923,000250,122,240