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 24, 2024 05:21Yuriy LyfenkoYuriy LyfenkoScore: 5,979Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 24, 2024 05:215,5081,544,036,309313,968,5830268,177,408
2Jan 24, 2024 05:215,5761,541,676,870317,844,6730268,267,520
3Jan 24, 2024 05:215,5791,575,785,947317,975,0570268,156,928
4Jan 24, 2024 05:215,9411,526,749,353201,456,000137,208,000266,440,704
5Jan 24, 2024 05:215,9601,530,801,751204,833,000134,865,000266,416,128
6Jan 24, 2024 05:215,9611,548,888,172196,017,000143,746,000266,424,320
7Jan 24, 2024 05:215,9791,526,616,979193,316,000147,478,000266,387,456
8Jan 24, 2024 05:215,9861,548,454,795193,685,000147,522,000266,448,896
9Jan 24, 2024 05:215,9901,543,013,624202,244,000139,168,000266,321,920
10Jan 24, 2024 05:215,9981,528,873,290189,696,000152,162,000266,289,152
11Jan 24, 2024 05:216,0001,539,794,393193,983,000148,040,000266,330,112
12Jan 24, 2024 05:216,0111,560,487,099200,131,000142,502,000265,863,168