771.宝石与石头

version 0.1 class Solution { public: int numJewelsInStones(string J, string S) { int count = 0; for (std::string::iterator it = J.begin(); it != J.end(); it++) {
相关文章
相关标签/搜索