摘要: #include#include#include#includeint n, p[9], hashtable[9] = { 0 },... 阅读全文
posted @ 2020-07-08 22:03 _Hsiung 阅读(35) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeint n, p[10], hashtable[10] = { 0 ... 阅读全文
posted @ 2020-07-08 20:22 _Hsiung 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 题目大意:找出两个数相加刚好为所给的数 思想:散列 注意事项:注意不可以是一个数字在同一个位置,但可以是两个相同的数字在不同位置相... 阅读全文
posted @ 2020-07-08 15:13 _Hsiung 阅读(96) 评论(0) 推荐(0) 编辑