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 01:21Yuriy LyfenkoYuriy LyfenkoScore: 5,601Success
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 01:215,5161,161,321,158241,719,00072,712,000264,740,864
2Jan 22, 2024 01:215,5331,185,057,728259,052,00056,315,000265,805,824
3Jan 22, 2024 01:215,5421,176,452,565240,645,00075,263,000264,515,584
4Jan 22, 2024 01:215,5451,166,239,058254,676,00061,404,000263,925,760
5Jan 22, 2024 01:215,5541,174,369,482253,667,00062,909,000263,208,960
6Jan 22, 2024 01:215,5931,191,794,551260,190,00058,592,000264,327,168
7Jan 22, 2024 01:215,6011,190,279,319246,577,00072,696,000263,651,328
8Jan 22, 2024 01:215,6091,175,971,650248,548,00071,161,000262,606,848
9Jan 22, 2024 01:215,6101,191,752,379249,044,00070,728,000263,122,944
10Jan 22, 2024 01:216,2921,251,520,414358,663,3790268,111,872
11Jan 22, 2024 01:216,3381,272,182,285361,243,4190267,853,824
12Jan 22, 2024 01:216,3781,260,398,280363,519,1330265,383,936