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 listJan 22, 2024 23:13Yuriy LyfenkoYuriy LyfenkoScore: 4,581Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 23:134,5041,140,508,109256,744,5670266,190,848
2Jan 22, 2024 23:134,5301,103,734,563190,693,00067,537,000264,597,504
3Jan 22, 2024 23:134,5311,104,108,755194,222,00064,063,000264,568,832
4Jan 22, 2024 23:134,5631,115,383,967192,568,00067,550,000264,871,936
5Jan 22, 2024 23:134,5641,147,907,872260,155,9790265,109,504
6Jan 22, 2024 23:134,5741,117,818,538195,549,00065,183,000265,469,952
7Jan 22, 2024 23:134,5811,124,352,242193,846,00067,293,000265,703,424
8Jan 22, 2024 23:134,5841,149,529,991261,292,5320267,636,736
9Jan 22, 2024 23:134,5871,112,297,866188,613,00072,850,000264,695,808
10Jan 22, 2024 23:134,5961,123,850,777195,452,00066,515,000263,913,472
11Jan 22, 2024 23:134,6101,136,179,886188,967,00073,815,000264,183,808
12Jan 22, 2024 23:134,6201,126,506,632198,297,00065,066,000262,791,168