
STL— vector.set .map
研发之道
一个坚持把架构做到极致的技术人,热衷于互联网技术。混迹互联网十几年,热衷于高性能、高并发、分布式技术领域的研究。
展开
-
Uva 10815 Andy's First Dictionary
Andy's First DictionaryTime Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmitStatus DescriptionProblem B: Andy's First Dictio原创 2015-05-08 22:50:09 · 840 阅读 · 4 评论 -
Uva 156 Ananagrams
AnanagramsTime Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmitStatus DescriptionMost crossword puzzle fans are used to anagrams--groups原创 2015-05-09 17:12:24 · 930 阅读 · 0 评论 -
Uva 540 Team Queue
Team QueueTime Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmitStatus DescriptionQueues and Priority Queues are data structures which ar原创 2015-05-09 18:40:10 · 634 阅读 · 0 评论 -
UVA 230 Borrowers (STL运用)
BorrowersTime Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %l原创 2015-06-09 09:57:38 · 1971 阅读 · 0 评论 -
杭电 HDU ACM Coder (STL)
欢迎参加——每周六晚的BestCoder(有米!)CoderTime Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4200 Accepted Submission(s): 1630Problem Descri原创 2015-08-07 21:50:09 · 1194 阅读 · 0 评论 -
哈理工oj Hrbustacm 1287 数字去重和排序II(STL 或着 hash 拉链法)
水题 STL map也能过,但是为了练习拉链hash/*=============================================================================## Author: liangshu - cbam ## QQ : 756029571 ## School : 哈尔滨理工大学 ##原创 2015-08-26 18:43:16 · 1479 阅读 · 0 评论 -
UVa第五章STL应用 习题((解题报告))详细!
例题5——9 数据库 Database UVa 1592#include#include#include#includeusing namespace std;int cnt[10042][12];int n,m;void before()//此函数把每个格子里的字符串都映射成数字{ int x=0; char ch; getchar(); //原创 2015-06-06 11:19:37 · 1045 阅读 · 0 评论