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 listJan 21, 2024 21:03Yuriy LyfenkoYuriy LyfenkoScore: 4,774Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 21:034,5461,160,512,710259,105,1140264,368,128
2Jan 21, 2024 21:034,5481,166,989,928259,257,5000265,486,336
3Jan 21, 2024 21:034,5701,176,889,822260,465,9270268,206,080
4Jan 21, 2024 21:034,7301,114,891,343192,874,00076,756,000267,911,168
5Jan 21, 2024 21:034,7541,107,539,425206,783,00064,174,000267,919,360
6Jan 21, 2024 21:034,7631,106,876,305195,325,00076,176,000267,857,920
7Jan 21, 2024 21:034,7741,126,795,350199,089,00073,032,000267,821,056
8Jan 21, 2024 21:034,7771,126,497,080201,961,00070,334,000267,988,992
9Jan 21, 2024 21:034,7801,128,637,708201,072,00071,380,000267,780,096
10Jan 21, 2024 21:034,7901,117,642,055198,285,00074,730,000267,767,808
11Jan 21, 2024 21:034,8021,118,939,262199,428,00074,277,000267,771,904
12Jan 21, 2024 21:034,8091,115,381,041199,094,00075,035,000267,804,672