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 17:48Yuriy LyfenkoYuriy LyfenkoScore: 5,558Success
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 17:485,4161,779,102,008308,704,6040265,961,472
2Dec 22, 2023 17:485,5011,463,371,925313,548,1530263,467,008
3Dec 22, 2023 17:485,5071,384,485,372313,916,1140264,060,928
4Dec 22, 2023 17:485,5151,152,972,410208,920,000105,436,000266,952,704
5Dec 22, 2023 17:485,5331,176,138,567218,049,00097,343,000266,977,280
6Dec 22, 2023 17:485,5461,165,194,269218,641,00097,502,000266,743,808
7Dec 22, 2023 17:485,5581,166,537,950216,752,000100,039,000266,792,960
8Dec 22, 2023 17:485,5601,171,816,550215,419,000101,495,000266,674,176
9Dec 22, 2023 17:485,6161,193,824,123209,064,000111,034,000266,907,648
10Dec 22, 2023 17:485,6201,174,015,283219,780,000100,559,000266,780,672
11Dec 22, 2023 17:485,6311,180,291,753220,895,000100,047,000266,866,688
12Dec 22, 2023 17:485,8651,194,959,568215,565,000118,760,000266,919,936