随笔分类 -  算法 / CCF

CCF 201912-2 回收站选址
摘要:///因为这道题的键值很大所以用数组来实现hash是不现实的,这时我们就要用map<node, int> ///来实现hash #include <iostream> #include <stdio.h> #include <algorithm> #include <math.h> #include 阅读全文
posted @ 2020-03-10 22:37 南风丶丶 阅读(240) 评论(0) 推荐(0)