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 22, 2024 17:46Yuriy LyfenkoYuriy LyfenkoScore: 4,675Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 17:464,5481,178,054,573259,237,9160266,366,976
2Jan 22, 2024 17:464,5961,185,710,218261,992,6030264,499,200
3Jan 22, 2024 17:464,6021,184,200,522262,304,4170267,124,736
4Jan 22, 2024 17:464,6431,114,307,003194,795,00069,850,000265,932,800
5Jan 22, 2024 17:464,6661,122,682,049192,810,00073,169,000265,150,464
6Jan 22, 2024 17:464,6731,130,980,521201,292,00065,094,000264,892,416
7Jan 22, 2024 17:464,6751,124,762,104193,617,00072,856,000265,392,128
8Jan 22, 2024 17:464,6781,126,832,724204,075,00062,555,000265,396,224
9Jan 22, 2024 17:464,6871,125,471,312199,598,00067,556,000265,129,984
10Jan 22, 2024 17:464,7171,160,593,524199,205,00069,672,000266,014,720
11Jan 22, 2024 17:464,7201,140,070,852197,496,00071,541,000264,974,336
12Jan 22, 2024 17:464,7251,141,323,357202,492,00066,832,000264,921,088