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 02:07Yuriy LyfenkoYuriy LyfenkoScore: 4,592Success
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 02:074,5231,179,473,559257,838,1840266,199,040
2Jan 22, 2024 02:074,5491,164,059,811259,275,7810264,454,144
3Jan 22, 2024 02:074,5501,153,950,001259,341,9980266,039,296
4Jan 22, 2024 02:074,5531,098,891,047194,132,00065,381,000264,826,880
5Jan 22, 2024 02:074,5681,114,989,368188,367,00071,993,000264,527,872
6Jan 22, 2024 02:074,5881,113,208,654191,637,00069,867,000265,437,184
7Jan 22, 2024 02:074,5921,111,727,679194,018,00067,704,000264,118,272
8Jan 22, 2024 02:074,5981,121,365,081194,027,00068,062,000264,884,224
9Jan 22, 2024 02:074,6061,127,171,267197,144,00065,374,000265,822,208
10Jan 22, 2024 02:074,6441,130,680,806201,943,00062,780,000262,627,328
11Jan 22, 2024 02:074,6511,130,322,215200,134,00064,992,000262,492,160
12Jan 22, 2024 02:074,6601,131,718,138211,017,00054,591,000262,496,256