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 22, 2023 18:21Yuriy LyfenkoYuriy LyfenkoScore: 5,067Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 18:215,0121,430,813,112285,702,9730266,182,656
2Dec 22, 2023 18:215,0131,146,896,966207,730,00078,025,000266,768,384
3Dec 22, 2023 18:215,0311,134,080,023201,960,00084,823,000266,870,784
4Dec 22, 2023 18:215,0381,147,454,533193,119,00094,058,000266,887,168
5Dec 22, 2023 18:215,0411,144,595,400204,647,00082,665,000266,981,376
6Dec 22, 2023 18:215,0651,149,900,460196,858,00091,867,000266,985,472
7Dec 22, 2023 18:215,0671,141,401,505176,735,000112,100,000266,928,128
8Dec 22, 2023 18:215,0781,572,328,801289,425,1870265,551,872
9Dec 22, 2023 18:215,1471,150,445,585163,861,000129,519,000266,829,824
10Dec 22, 2023 18:215,1531,513,467,679293,723,7550264,503,296
11Dec 22, 2023 18:215,2051,150,969,609204,177,00092,533,000266,846,208
12Dec 22, 2023 18:215,2381,138,742,563187,950,000110,616,000266,993,664