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 18:01Yuriy LyfenkoYuriy LyfenkoScore: 4,724Success
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 18:014,632569,680,055264,050,3680265,338,880
2Jan 22, 2024 18:014,655558,374,561265,344,7290265,191,424
3Jan 22, 2024 18:014,685553,046,255267,058,0550266,260,480
4Jan 22, 2024 18:014,694512,587,320196,406,00071,147,000267,829,248
5Jan 22, 2024 18:014,696491,256,685191,734,00075,915,000267,849,728
6Jan 22, 2024 18:014,711496,844,989200,658,00067,884,000267,853,824
7Jan 22, 2024 18:014,724513,859,571210,475,00058,809,000267,902,976
8Jan 22, 2024 18:014,748519,794,650195,549,00075,059,000267,800,576
9Jan 22, 2024 18:014,749521,192,030205,372,00065,345,000267,931,648
10Jan 22, 2024 18:014,755522,915,556196,008,00075,003,000268,005,376
11Jan 22, 2024 18:014,764542,556,374201,175,00070,361,000267,862,016
12Jan 22, 2024 18:014,771549,027,208197,408,00074,531,000267,907,072