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 01:14Yuriy LyfenkoYuriy LyfenkoScore: 5,939Success
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 01:145,8911,176,428,927267,229,00068,545,000264,634,368
2Jan 22, 2024 01:145,8961,178,907,410267,263,00068,810,000264,585,216
3Jan 22, 2024 01:145,9001,191,940,076272,656,00063,619,000264,577,024
4Jan 22, 2024 01:145,9031,239,271,901336,477,7440265,814,016
5Jan 22, 2024 01:145,9311,186,707,503283,975,00054,090,000264,134,656
6Jan 22, 2024 01:145,9341,205,516,323263,508,00074,726,000264,048,640
7Jan 22, 2024 01:145,9391,199,440,433279,194,00059,315,000264,527,872
8Jan 22, 2024 01:145,9441,203,441,902273,678,00065,113,000264,314,880
9Jan 22, 2024 01:145,9561,231,460,650339,502,0200265,637,888
10Jan 22, 2024 01:145,9671,252,500,787340,137,0430265,760,768
11Jan 22, 2024 01:145,9691,202,476,258270,577,00069,663,000262,500,352
12Jan 22, 2024 01:145,9771,202,326,552272,748,00067,937,000263,876,608