Class Solution
- java.lang.Object
-
- g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]sumOfThree(long num)
-