摘要: 实现 给出N个字符串(由恰好出现三位的大写字母组成),再给出M个查询字符串,问每个查询字符串在N个字符串中出现的次数 代码 #include<cstdio> const int maxn = 100; char S[maxn][5], temp[5]; int hashTable[26 * 26 * 阅读全文
posted @ 2022-04-03 22:56 第厘 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to ru 阅读全文
posted @ 2022-04-03 20:35 第厘 阅读(22) 评论(0) 推荐(0) 编辑