会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
goodniao_1
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2014年4月14日
2013 ACM/ICPC Asia Regional Chengdu Online We Love MOE Girls 字符串STL 的应用
摘要: 题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=4730分析1:string s.substr(pos, n) 从 pos 开始 截取n个 字符代码如下:string st;int main(){ int t,k=1,len; scanf("...
阅读全文
posted @ 2014-04-14 11:36 goodniao_1
阅读(153)
评论(0)
推荐(0)
编辑
foj 2014-4月赛 Mountain climbing
摘要: 题目来源:http://acm.fzu.edu.cn/problem.php?pid=2160代码如下:using namespace std ;typedef long long LL ;const int Max_N = 100005;struct Point{ LL x,y;};Poin...
阅读全文
posted @ 2014-04-14 08:49 goodniao_1
阅读(166)
评论(0)
推荐(0)
编辑