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 29, 2023 16:50Yuriy LyfenkoYuriy LyfenkoScore: 5,449Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 16:505,3251,186,902,707303,521,7840265,375,744
2Dec 29, 2023 16:505,3461,197,257,771304,721,3420264,417,280
3Dec 29, 2023 16:505,3661,216,264,563305,838,9850264,249,344
4Dec 29, 2023 16:505,4031,155,983,325221,703,00086,273,000266,993,664
5Dec 29, 2023 16:505,4211,149,324,946222,298,00086,675,000266,907,648
6Dec 29, 2023 16:505,4261,156,737,634224,559,00084,720,000266,735,616
7Dec 29, 2023 16:505,4491,159,429,049218,426,00092,179,000266,883,072
8Dec 29, 2023 16:505,4581,157,052,011222,378,00088,747,000266,797,056
9Dec 29, 2023 16:505,4621,161,577,120219,044,00092,282,000266,969,088
10Dec 29, 2023 16:505,5581,168,054,918221,561,00095,241,000266,964,992
11Dec 29, 2023 16:505,5671,169,896,441221,422,00095,915,000266,874,880
12Dec 29, 2023 16:505,5891,145,434,308221,717,00096,876,000266,883,072