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 listDec 30, 2023 11:59Yurkov AlekseyYurkov AlekseyScore: 5,691Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 30, 2023 11:595,588570,264,421226,090,00092,445,000266,969,088
2Dec 30, 2023 11:595,593551,010,524231,323,00087,500,000266,956,800
3Dec 30, 2023 11:595,597548,195,016230,923,00088,115,000266,948,608
4Dec 30, 2023 11:595,616576,808,287225,795,00094,332,000266,977,280
5Dec 30, 2023 11:595,629551,578,998236,237,00084,591,000266,895,360
6Dec 30, 2023 11:595,646567,167,802226,483,00095,361,000266,838,016
7Dec 30, 2023 11:595,691683,807,752324,358,9730266,051,584
8Dec 30, 2023 11:595,706707,789,538325,246,1700265,461,760
9Dec 30, 2023 11:595,713585,457,354227,036,00098,581,000266,948,608
10Dec 30, 2023 11:595,723718,238,421326,190,1120265,646,080
11Dec 30, 2023 11:595,752587,335,492229,290,00098,554,000266,801,152
12Dec 30, 2023 11:595,757581,847,361235,403,00092,734,000266,825,728