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 listFeb 19, 2026 15:03Aleksei ShahoikaAleksei ShahoikaScore: 26,781Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 15:0326,4095,517,944,377341,700,0001,163,601,00061,358,080
2Feb 19, 2026 15:0326,7814,958,342,352360,723,0001,165,816,00067,346,432
3Feb 19, 2026 15:0326,8585,011,222,002351,557,0001,179,353,00067,416,064