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 29, 2023 18:51Yuriy LyfenkoYuriy LyfenkoScore: 4,815Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 18:514,5851,157,462,309261,339,8510264,699,904
2Dec 29, 2023 18:514,5871,162,644,551261,458,8060265,408,512
3Dec 29, 2023 18:514,6121,170,110,184262,883,1580266,760,192
4Dec 29, 2023 18:514,7571,111,253,420208,821,00062,334,000268,001,280
5Dec 29, 2023 18:514,7761,111,438,386192,634,00079,609,000267,866,112
6Dec 29, 2023 18:514,8061,135,286,071200,351,00073,598,000267,796,480
7Dec 29, 2023 18:514,8151,133,879,250199,800,00074,673,000268,021,760
8Dec 29, 2023 18:514,8331,130,160,125209,213,00066,285,000267,808,768
9Dec 29, 2023 18:514,8391,144,705,413196,608,00079,230,000268,029,952
10Dec 29, 2023 18:515,1591,148,332,119212,558,00081,515,000267,833,344
11Dec 29, 2023 18:515,8431,188,226,903219,025,000114,013,000267,194,368
12Dec 29, 2023 18:515,8601,198,184,851210,765,000123,278,000267,620,352