会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
ZHGQCN
管理
2020年1月19日
算法笔记--哈希
摘要: 问题A:谁是你的潜在朋友 #include<cstdio> #include<cstring> int main(){ const int maxn = 210; int N, M; int hashTable[maxn] = {0}; int stu[maxn] = {0}; while(scan
阅读全文
posted @ 2020-01-19 21:00 ZHGQCN
阅读(214)
评论(0)
推荐(0)
公告