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:16Yuriy LyfenkoYuriy LyfenkoScore: 8,566Success
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:164,5711,160,798,476260,534,8980266,387,456
2Jan 24, 2024 05:164,5721,166,587,087260,617,0250265,498,624
3Jan 24, 2024 05:164,5911,181,406,787261,693,6910267,304,960
4Jan 24, 2024 05:168,5282,436,000,192225,476,000260,642,000266,133,504
5Jan 24, 2024 05:168,5592,453,166,458211,979,000275,893,000266,067,968
6Jan 24, 2024 05:168,5652,451,036,543219,392,000268,833,000266,366,976
7Jan 24, 2024 05:168,5662,452,685,128234,753,000253,534,000266,313,728
8Jan 24, 2024 05:168,6812,456,429,171217,517,000277,309,000266,207,232
9Jan 24, 2024 05:168,7222,896,158,934233,131,000264,016,000266,317,824
10Jan 24, 2024 05:168,8332,534,249,093228,934,000274,523,000265,408,512
11Jan 24, 2024 05:168,8362,540,986,295225,352,000278,314,000266,252,288
12Jan 24, 2024 05:168,9242,432,794,624222,801,000285,877,000265,617,408