
STL
文章平均质量分 76
__XINGLE
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVA 101 The Blocks Problem
Background Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robotics (STRIPS) used a block world原创 2015-08-21 09:45:38 · 317 阅读 · 0 评论 -
UVA 10815 Andy's First Dictionary
又开始贴不上题了 给你一段话,按字典序排序 set 集合 元素唯一 setset_name; stringstream ss(s);以空格和回车为分隔符依次解析s #include #include #include #include #include #include using namespace std; setsett; int main() { int i原创 2015-08-21 09:51:30 · 363 阅读 · 0 评论 -
UVA 136 Ugly Numbers
Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ... shows the first 11 ugly numbers. By convention, 1 is included. Write a原创 2015-08-21 10:00:35 · 298 阅读 · 0 评论 -
UVA 540 Team Queue
Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though it occurs often in everyday life. At lunch time the原创 2015-08-21 09:58:34 · 291 阅读 · 0 评论 -
UVA 156 Ananagrams
Most crossword puzzle fans are used to anagrams--groups of words with the same letters in different orders--for example OPTS, SPOT, STOP, POTS and POST. Some words however do not have this attribute,原创 2015-08-21 09:55:42 · 355 阅读 · 0 评论 -
UVA 400 Unix ls
The computer company you work for is introducing a brand new computer line and is developing a new Unix-like operating system to be introduced along with the new computer. Your assignment is to write原创 2015-08-21 10:04:40 · 426 阅读 · 0 评论 -
UVA 10474 Where is the Marble?
Raju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the beginning, Raju would place the marbles one after another in ascending order of the numb原创 2015-08-21 09:39:41 · 310 阅读 · 0 评论