mad_max
mad_max
全部文章
哈希
主席树(1)
优先队列(3)
博弈论(2)
广度优先搜索(2)
数论(8)
未归档(1)
树(2)
树状数组(3)
模拟(4)
深度优先搜索(6)
线段树(3)
贪心(2)
归档
标签
去牛客网
登录
/
注册
mad_max的博客
全部文章
/ 哈希
(共2篇)
PAT (Advanced Level) Practice 1048 Find Coins(hash)
1048 Find Coins (25 分) Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal...
hash
2019-08-24
0
452
HDUOJ 1280 前m大的数 (hash)
Problem Description 给定一个包含N(N<=3000)个正整数的序列,每个数不超过5000,对它们两两相加得到的N*(N-1)/2个和,求出其中前M大的数(M<=1000)并按从大到小的顺序排列。 Input 输入可能包含多组数据,其中每组数据包括两行: 第一行两个数...
hash
2019-08-25
0
432