摘要:
想了好久,还是把自己了解的先整理一下吧,毕竟老是忘,这里主要简单介绍三种容器 set,queue,vector,以及栈 stack,队列queue 的简单用法。一、set 在set中,效率比vector queue list高(注意,STL耗时) set<int>s; 常用操作有: set会自动从小 阅读全文
摘要:
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 阅读全文