
ACM算法_STL
文章平均质量分 78
风吹过的烟花
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu Let the Balloon Rise
点击打开链接 密码:syuct Let the Balloon Rise Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 1 Accepted Submission(s) : 1 Font: Times Ne原创 2017-11-16 13:58:17 · 307 阅读 · 0 评论 -
hdu 6019 MG loves gold
点击打开链接 MG loves gold Time Limit: 3000/1500 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Total Submission(s): 1527 Accepted Submission(s): 629 Problem Description原创 2017-05-25 10:20:38 · 376 阅读 · 0 评论 -
hihoCoder #1497 : Queen Attack
点击打开链接 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 There are N queens in an infinite chessboard. We say two queens may attack each other if they are in the same vertical line, horizont原创 2017-08-11 10:46:49 · 350 阅读 · 0 评论 -
codeforces 450A Jzzhu and Children
点击打开链接 A. Jzzhu and Children time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output There are n chil原创 2017-10-26 20:21:49 · 223 阅读 · 0 评论 -
codeforces 37A Towers
点击打开链接 A. Towers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Little Vasya has received a原创 2017-07-26 11:44:06 · 473 阅读 · 0 评论 -
codeforces 499B Lecture
题目链接 B. Lecture time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have a new professor of g原创 2017-07-25 13:39:53 · 368 阅读 · 0 评论 -
codeforces 768A Oath of the Night's Watch
点击打开链接 A. Oath of the Night's Watch time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output "Night gathers,原创 2018-04-23 19:08:40 · 246 阅读 · 0 评论 -
c++ map的遍历
今天说一下C++里的map - map的头文件 #include<map> - map的定义 map<string,int>ff map<int,int>ff ff自己随便写 - map的用法map<string,int>ff; string s; cin>>s; ff[s]++; //map的初始默认0,现在map[s]的值为1map就是一个映射关系 我这里就不做详细介绍了,原创 2018-04-23 19:12:01 · 3559 阅读 · 0 评论 -
codeforces 672B Different is Good
点击打开链接 B. Different is Good time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A wise man told Kerem "D原创 2018-05-01 18:56:08 · 324 阅读 · 0 评论