首页 > TAG信息列表 > 0702

0702训练题目题解

[LC2300] class Solution { public: using LL = long long; vector<int> successfulPairs(vector<int>& spells, vector<int>& potions, long long success) { //sort(spells.begin(), spells.end()); sort(potions.begin(