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:17Yuriy LyfenkoYuriy LyfenkoScore: 5,966Success
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:175,8991,170,387,227266,791,00069,466,000265,302,016
2Jan 22, 2024 01:175,9051,180,080,468273,120,00063,492,000264,351,744
3Jan 22, 2024 01:175,9141,183,636,348270,058,00067,014,000264,544,256
4Jan 22, 2024 01:175,9251,182,332,349274,475,00063,262,000264,585,216
5Jan 22, 2024 01:175,9351,186,827,180274,113,00064,197,000265,916,416
6Jan 22, 2024 01:175,9591,199,413,025274,192,00065,478,000265,392,128
7Jan 22, 2024 01:175,9661,248,447,385340,075,1060266,338,304
8Jan 22, 2024 01:175,9851,206,228,195273,318,00067,823,000262,479,872
9Jan 22, 2024 01:175,9861,249,166,006341,218,3960266,182,656
10Jan 22, 2024 01:175,9861,202,672,366273,374,00067,837,000262,516,736
11Jan 22, 2024 01:175,9891,204,068,700284,113,00057,239,000263,475,200
12Jan 22, 2024 01:176,0301,268,211,655343,694,8940266,739,712