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 16:37Yuriy LyfenkoYuriy LyfenkoScore: 5,738Success
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 16:375,4251,341,616,308309,232,2860266,690,560
2Dec 22, 2023 16:375,4411,372,221,015310,116,8170264,232,960
3Dec 22, 2023 16:375,4861,412,822,032312,722,4890264,437,760
4Dec 22, 2023 16:375,6851,050,604,954238,450,00085,597,000266,686,464
5Dec 22, 2023 16:375,6901,063,424,094239,671,00084,649,000266,878,976
6Dec 22, 2023 16:375,7161,049,133,415238,261,00087,566,000266,776,576
7Dec 22, 2023 16:375,7381,074,566,916240,747,00086,343,000266,960,896
8Dec 22, 2023 16:375,7521,085,484,047234,184,00093,673,000266,792,960
9Dec 22, 2023 16:375,7561,072,680,606245,025,00083,042,000266,874,880
10Dec 22, 2023 16:375,8301,071,126,822242,610,00089,704,000266,915,840
11Dec 22, 2023 16:375,8771,082,332,120234,780,000100,199,000266,817,536
12Dec 22, 2023 16:375,9681,084,914,046238,743,000101,440,000266,739,712