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 listNov 27, 2022 19:37Yuriy LyfenkoYuriy LyfenkoScore: 5,694Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 19:375,666572,375,895232,516,00090,423,000266,838,016
2Nov 27, 2022 19:375,668572,078,104238,465,00084,584,000266,752,000
3Nov 27, 2022 19:375,676566,424,454236,862,00086,681,000266,993,664
4Nov 27, 2022 19:375,677560,359,556240,128,00083,478,000266,883,072
5Nov 27, 2022 19:375,678561,376,849231,883,00091,745,000266,883,072
6Nov 27, 2022 19:375,694583,404,507235,967,00088,612,000266,973,184
7Nov 27, 2022 19:375,694573,519,476237,352,00087,232,000266,899,456
8Nov 27, 2022 19:375,714579,725,734237,068,00088,643,000266,895,360
9Nov 27, 2022 19:375,728580,814,156237,710,00088,758,000266,891,264
10Nov 27, 2022 19:375,9461,052,070,855338,941,4690266,252,288
11Nov 27, 2022 19:375,9921,140,070,747341,563,8630265,719,808
12Nov 27, 2022 19:376,2131,287,167,680354,159,4950266,416,128