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 05:26Yuriy LyfenkoYuriy LyfenkoScore: 4,639Success
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 05:264,5371,187,322,887258,628,0480266,432,512
2Jan 24, 2024 05:264,5471,153,972,581259,158,7950265,080,832
3Jan 24, 2024 05:264,5571,148,365,827259,755,6520264,794,112
4Jan 24, 2024 05:264,6321,103,592,911194,027,00070,009,000267,902,976
5Jan 24, 2024 05:264,6341,110,366,217197,315,00066,799,000267,546,624
6Jan 24, 2024 05:264,6381,105,866,740196,759,00067,604,000267,952,128
7Jan 24, 2024 05:264,6391,103,186,210197,569,00066,869,000267,829,248
8Jan 24, 2024 05:264,6431,108,196,469178,634,00086,009,000267,505,664
9Jan 24, 2024 05:264,6601,114,184,692200,769,00064,864,000267,812,864
10Jan 24, 2024 05:264,6751,121,745,663196,854,00069,594,000267,898,880
11Jan 24, 2024 05:264,6751,114,505,076198,078,00068,408,000267,796,480
12Jan 24, 2024 05:264,6951,119,946,490203,023,00064,598,000267,927,552