Try Again
摘要: 想了好久,还是把自己了解的先整理一下吧,毕竟老是忘,这里主要简单介绍三种容器 set,queue,vector,以及栈 stack,队列queue 的简单用法。一、set 在set中,效率比vector queue list高(注意,STL耗时) set<int>s; 常用操作有: set会自动从小 阅读全文
posted @ 2017-03-22 16:26 十年换你一句好久不见 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1058 Problem Description A number whose only prime factors are 2,3,5 or 7 is called a humble number. The seq 阅读全文
posted @ 2017-03-22 13:42 十年换你一句好久不见 阅读(682) 评论(0) 推荐(0) 编辑