Class Solution
- java.lang.Object
-
- g2201_2300.s2300_successful_pairs_of_spells_and_potions.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 int[]
successfulPairs(int[] spells, int[] potions, long success)
-