Count Triplets

  • + 0 comments

    Isn't it kind of deciving that in first line geometric progression is described to be (I,J,K) and R where J=R*I and k = R*J and THEN THERE IS A STATEMENT:

    ** I < J < K**

    Which indicates that there is no corner case for r=1 as it would not meet this requirement. Therefore there shouldn't be test case for R=1 as it does not meet the criteria described at the beggining