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 4, 2022 15:25Yuriy LyfenkoYuriy LyfenkoScore: 5,402Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 4, 2022 15:255,3391,048,004,560220,703,00083,645,000266,878,976
2Dec 4, 2022 15:255,3531,050,304,314217,667,00087,473,000266,780,672
3Dec 4, 2022 15:255,3541,048,787,543217,536,00087,618,000266,825,728
4Dec 4, 2022 15:255,3741,054,847,367216,362,00089,982,000266,809,344
5Dec 4, 2022 15:255,3901,071,884,573215,637,00091,572,000266,555,392
6Dec 4, 2022 15:255,3911,064,673,530214,417,00092,881,000266,375,168
7Dec 4, 2022 15:255,4021,044,286,824213,869,00094,062,000266,760,192
8Dec 4, 2022 15:255,4031,067,803,510214,167,00093,825,000266,866,688
9Dec 4, 2022 15:255,4041,060,828,924213,038,00095,017,000266,948,608
10Dec 4, 2022 15:255,65310,487,093,100322,240,2730264,294,400
11Dec 4, 2022 15:255,84211,326,245,813333,003,2590266,620,928
12Dec 4, 2022 15:255,91311,989,618,925337,037,0000264,568,832