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 24, 2024 22:56Yuriy 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 24, 2024 22:564,5601,145,130,306259,901,9430267,096,064
2Jan 24, 2024 22:564,6181,162,465,100263,215,9500264,384,512
3Jan 24, 2024 22:564,6471,174,660,789264,896,5510266,235,904
4Jan 24, 2024 22:564,7301,128,729,738208,002,00061,593,000266,063,872
5Jan 24, 2024 22:564,7531,117,953,934207,219,00063,682,000265,797,632
6Jan 24, 2024 22:564,7561,125,339,124220,453,00050,630,000264,687,616
7Jan 24, 2024 22:564,7741,120,676,812216,483,00055,638,000264,179,712
8Jan 24, 2024 22:564,7821,128,452,577211,640,00060,911,000264,769,536
9Jan 24, 2024 22:564,7921,129,571,220203,899,00069,267,000265,801,728
10Jan 24, 2024 22:564,8331,138,582,772212,764,00062,698,000263,299,072
11Jan 24, 2024 22:564,8361,132,815,009209,311,00066,367,000264,826,880
12Jan 24, 2024 22:564,8461,143,948,917200,179,00076,068,000261,758,976