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++) {
相關文章
相關標籤/搜索