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 5, 2024 21:36Alexander FrolovAlexander FrolovScore: 5,361Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2024 21:365,173599,251,576294,869,3860267,374,592
2Jan 5, 2024 21:365,203589,924,249296,561,1960265,916,416
3Jan 5, 2024 21:365,204586,004,181296,646,6840265,322,496
4Jan 5, 2024 21:365,300540,339,659231,249,00070,850,000267,829,248
5Jan 5, 2024 21:365,300548,134,719232,618,00069,483,000267,878,400
6Jan 5, 2024 21:365,306532,407,717234,120,00068,327,000267,911,168
7Jan 5, 2024 21:365,361556,211,666233,246,00072,316,000267,808,768
8Jan 5, 2024 21:365,381545,708,699232,268,00074,445,000267,935,744
9Jan 5, 2024 21:365,384550,598,971229,154,00077,730,000267,997,184
10Jan 5, 2024 21:365,384554,358,607227,930,00078,976,000267,800,576
11Jan 5, 2024 21:365,389551,855,676225,586,00081,573,000267,956,224
12Jan 5, 2024 21:365,408567,866,696236,009,00072,227,000267,952,128