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 22, 2023 18:13Yuriy LyfenkoYuriy LyfenkoScore: 5,097Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 18:135,0281,039,349,378171,159,000115,456,000266,985,472
2Dec 22, 2023 18:135,0331,374,217,095286,867,6810264,773,632
3Dec 22, 2023 18:135,0371,031,553,013165,054,000122,081,000266,747,904
4Dec 22, 2023 18:135,0541,400,167,402288,104,9650265,838,592
5Dec 22, 2023 18:135,0551,429,647,866288,138,4490264,728,576
6Dec 22, 2023 18:135,0761,050,874,733214,339,00075,018,000266,883,072
7Dec 22, 2023 18:135,0971,050,522,188224,362,00066,171,000266,903,552
8Dec 22, 2023 18:135,1071,041,709,795208,352,00082,742,000266,809,344
9Dec 22, 2023 18:135,1081,053,608,111209,248,00081,922,000266,739,712
10Dec 22, 2023 18:135,2521,044,797,889194,528,000104,823,000266,772,480
11Dec 22, 2023 18:135,2521,055,252,430214,277,00085,095,000266,784,768
12Dec 22, 2023 18:135,2571,064,169,302189,307,000110,345,000266,780,672