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:29Yuriy LyfenkoYuriy LyfenkoScore: 5,239Success
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:295,1801,037,246,137201,430,00093,803,000266,932,224
2Dec 4, 2022 15:295,1921,053,869,207211,551,00084,417,000266,772,480
3Dec 4, 2022 15:295,1941,043,140,413205,331,00090,704,000266,960,896
4Dec 4, 2022 15:295,2031,043,947,489203,626,00092,917,000266,821,632
5Dec 4, 2022 15:295,2081,041,659,993213,090,00083,787,000266,964,992
6Dec 4, 2022 15:295,2221,049,260,851206,932,00090,724,000266,907,648
7Dec 4, 2022 15:295,2391,048,075,385211,712,00086,935,000266,940,416
8Dec 4, 2022 15:295,2421,045,295,812210,898,00087,874,000266,821,632
9Dec 4, 2022 15:295,2561,054,412,741209,217,00090,390,000266,846,208
10Dec 4, 2022 15:295,84117,131,201,520332,953,4530266,403,840
11Dec 4, 2022 15:295,86410,672,014,229334,257,3720266,842,112
12Dec 4, 2022 15:296,09215,064,756,774347,245,6070265,314,304