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 22, 2024 22:43Yuriy LyfenkoYuriy LyfenkoScore: 4,541Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 22:434,4641,144,066,545254,469,2270266,448,896
2Jan 22, 2024 22:434,5211,176,773,002257,714,3540266,981,376
3Jan 22, 2024 22:434,5221,108,877,768198,432,00059,325,000264,794,112
4Jan 22, 2024 22:434,5251,174,514,228257,910,4900265,166,848
5Jan 22, 2024 22:434,5281,107,039,521188,665,00069,405,000264,744,960
6Jan 22, 2024 22:434,5311,104,674,059202,723,00055,568,000265,392,128
7Jan 22, 2024 22:434,5411,104,516,628199,492,00059,336,000265,433,088
8Jan 22, 2024 22:434,5631,103,778,480191,438,00068,647,000264,364,032
9Jan 22, 2024 22:434,5631,106,880,430195,864,00064,251,000265,789,440
10Jan 22, 2024 22:434,5721,116,436,800184,927,00075,695,000265,109,504
11Jan 22, 2024 22:434,5761,118,913,677193,857,00066,987,000261,894,144
12Jan 22, 2024 22:434,5961,124,586,234193,996,00067,998,000264,011,776