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 7, 2024 21:57Yuriy LyfenkoYuriy LyfenkoScore: 4,808Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 7, 2024 21:574,6011,157,216,893262,279,0530265,072,640
2Jan 7, 2024 21:574,6481,167,542,852264,909,3640265,134,080
3Jan 7, 2024 21:574,6511,183,549,592265,094,6130267,145,216
4Jan 7, 2024 21:574,7611,108,569,580206,870,00064,518,000267,853,824
5Jan 7, 2024 21:574,7691,112,703,581199,740,00072,101,000268,005,376
6Jan 7, 2024 21:574,7711,113,685,254205,481,00066,449,000267,788,288
7Jan 7, 2024 21:574,8081,125,044,129201,779,00072,279,000267,890,688
8Jan 7, 2024 21:574,8101,124,140,162210,508,00063,665,000267,878,400
9Jan 7, 2024 21:574,8301,119,423,572212,254,00063,045,000267,804,672
10Jan 7, 2024 21:574,8391,134,320,959201,040,00074,758,000267,845,632
11Jan 7, 2024 21:574,8421,133,423,907205,712,00070,293,000268,001,280
12Jan 7, 2024 21:574,8631,134,800,454202,874,00074,320,000267,583,488