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 18, 2025 16:08AlexAlexScore: 6,962Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2025 16:086,919418,342,892373,412,00020,966,000250,040,320
2Feb 18, 2025 16:086,923417,898,758369,634,00024,975,000250,056,704
3Feb 18, 2025 16:086,933426,359,491372,228,00022,952,000250,040,320
4Feb 18, 2025 16:086,960423,192,034374,720,00021,983,000250,032,128
5Feb 18, 2025 16:086,962419,887,873374,844,00021,990,000250,048,512
6Feb 18, 2025 16:086,966427,182,317378,074,00019,003,000250,048,512
7Feb 18, 2025 16:086,968424,376,478376,243,00020,957,000250,073,088
8Feb 18, 2025 16:086,979424,899,044373,791,00023,986,000250,044,416
9Feb 18, 2025 16:086,980423,528,029371,878,00025,991,000250,056,704