文件名称:open-gap#Leetcode-Road#771.宝石与石头1
文件大小:1KB
文件格式:MD
更新时间:2022-07-25 14:11:23
leetcode
解法一:先通过哈希表统计S串中不同种石头的个数,然后遍历J串统计石头的个数int numJewelsInStones(string J, string S) {
文件名称:open-gap#Leetcode-Road#771.宝石与石头1
文件大小:1KB
文件格式:MD
更新时间:2022-07-25 14:11:23
leetcode
解法一:先通过哈希表统计S串中不同种石头的个数,然后遍历J串统计石头的个数int numJewelsInStones(string J, string S) {