摘要: c++ stl集合set介绍 c++ stl集合(Set)是一种包含已排序对象的关联容器。set/multiset会根据待定的排序准则,自动将元素排序。两者不同在于前者不允许元素重复,而后者允许。c++ stl集合set介绍 c++ stl集合(Set)是一种包含已排序对象的关联容器。set/mul... 阅读全文
posted @ 2015-05-31 22:24 繁夜 阅读(36052) 评论(0) 推荐(4) 编辑
摘要: 题目链接:http://acm.swust.edu.cn/problem/1026/Time limit(ms): 3000 Memory limit(kb): 65535hzf is crazy about reading math recently,and he is thinking a... 阅读全文
posted @ 2015-05-31 22:08 繁夜 阅读(188) 评论(0) 推荐(0) 编辑