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 26, 2024 19:09RileyRileyScore: 11,255Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 26, 2024 19:0911,231666,883,554576,274,00063,919,000251,899,904
2Dec 26, 2024 19:0911,235665,152,246576,468,00063,941,000251,899,904
3Dec 26, 2024 19:0911,247667,613,511574,198,00066,906,000251,957,248
4Dec 26, 2024 19:0911,250672,745,147575,311,00065,921,000251,899,904
5Dec 26, 2024 19:0911,255665,617,929572,584,00068,949,000251,957,248
6Dec 26, 2024 19:0911,257668,160,037569,670,00071,958,000251,899,904
7Dec 26, 2024 19:0911,282672,319,873586,178,00056,920,000251,953,152
8Dec 26, 2024 19:0911,330678,020,883586,821,00058,982,000251,899,904
9Dec 26, 2024 19:0911,331671,151,006577,010,00068,881,000251,957,248