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 listJun 21, 2025 21:01Aniruddha DebAniruddha DebScore: 4,948Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2025 21:014,940308,050,149258,619,00022,966,000250,068,992
2Jun 21, 2025 21:014,948303,457,869261,026,00021,002,000250,044,416
3Jun 21, 2025 21:014,949310,049,708260,091,00022,007,000250,032,128