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 29, 2022 02:35Yuriy LyfenkoYuriy LyfenkoScore: 5,616Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2022 02:355,562546,358,103219,407,00097,626,000266,899,456
2Nov 29, 2022 02:355,575563,467,670224,543,00093,225,000265,990,144
3Nov 29, 2022 02:355,585572,343,756224,196,00094,143,000266,952,704
4Nov 29, 2022 02:355,586561,770,482238,297,00080,108,000266,981,376
5Nov 29, 2022 02:355,588564,275,768231,209,00087,323,000266,887,168
6Nov 29, 2022 02:355,595566,488,024233,691,00085,252,000266,768,384
7Nov 29, 2022 02:355,616566,066,581227,260,00092,838,000266,850,304
8Nov 29, 2022 02:355,634569,246,865220,667,000100,482,000266,821,632
9Nov 29, 2022 02:355,640570,445,650217,578,000103,888,000266,788,864
10Nov 29, 2022 02:355,8081,070,784,287331,062,0100266,047,488
11Nov 29, 2022 02:356,0801,460,967,936346,532,7720266,416,128
12Nov 29, 2022 02:356,1131,372,964,489348,446,4860266,461,184