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 29, 2025 10:26Aniruddha DebAniruddha DebScore: 4,821Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 29, 2025 10:264,809304,259,139251,172,00022,924,000250,064,896
2Jun 29, 2025 10:264,814305,928,795250,446,00023,947,000250,060,800
3Jun 29, 2025 10:264,815304,486,527252,494,00021,956,000250,040,320
4Jun 29, 2025 10:264,817306,194,493250,596,00023,961,000250,023,936
5Jun 29, 2025 10:264,821305,429,245252,817,00021,984,000250,048,512
6Jun 29, 2025 10:264,822300,823,722253,845,00020,987,000250,294,272
7Jun 29, 2025 10:264,822304,908,497254,861,00019,989,000250,032,128
8Jun 29, 2025 10:264,825303,552,820251,128,00023,916,000250,011,648
9Jun 29, 2025 10:264,826305,133,245255,096,00020,007,000250,040,320