Class Solution
java.lang.Object
g2201_2300.s2300_successful_pairs_of_spells_and_potions.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
successfulPairs
(int[] spells, int[] potions, long success)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
successfulPairs
public int[] successfulPairs(int[] spells, int[] potions, long success)
-