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 listJan 1, 2024 18:24Yurkov AlekseyYurkov AlekseyScore: 5,919Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2024 18:245,750704,284,220327,736,6180266,285,056
2Jan 1, 2024 18:245,750711,139,114327,741,9120266,297,344
3Jan 1, 2024 18:245,753710,423,259327,947,2650266,256,384
4Jan 1, 2024 18:245,838568,169,131237,839,00094,940,000266,854,400
5Jan 1, 2024 18:245,865572,646,711243,481,00090,806,000266,878,976
6Jan 1, 2024 18:245,914584,905,327248,966,00088,111,000266,883,072
7Jan 1, 2024 18:245,919564,411,513246,184,00091,179,000266,817,536
8Jan 1, 2024 18:245,923586,791,048241,886,00095,746,000266,948,608
9Jan 1, 2024 18:245,935564,214,292248,080,00090,211,000266,956,800
10Jan 1, 2024 18:245,990587,964,097235,832,000105,581,000266,891,264
11Jan 1, 2024 18:246,021574,515,376242,448,000100,770,000266,956,800
12Jan 1, 2024 18:246,031585,419,769246,264,00097,500,000266,727,424