• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






goodniao_1

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2014年3月5日

hdu 1048 字符串
摘要: 题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=1048The Hardest Problem EverTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14441Accepted Submission(s): 6641Problem DescriptionJulius Caesar lived in a time of danger and intrigue. The hardest situati 阅读全文
posted @ 2014-03-05 14:07 goodniao_1 阅读(192) 评论(0) 推荐(0)
 
hdu 1039 连续字符串处理
摘要: 题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=1039Easier Done Than Said?Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6855Accepted Submission(s): 3396Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords that are 阅读全文
posted @ 2014-03-05 12:46 goodniao_1 阅读(192) 评论(0) 推荐(0)
 
hdu 1020 简单的字符串处理
摘要: 题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=1020EncodingTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 23937Accepted Submission(s): 10515Problem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the f 阅读全文
posted @ 2014-03-05 11:10 goodniao_1 阅读(250) 评论(0) 推荐(0)
 
hdu 1027 排列生成器
摘要: 排列生成器,next_permutation(num, num+n) num表示指针,指向数组开始的位置,num+n, 指向数组结束的下一位 [first, last ) , 左闭右开。意义:按字典序的下一个排列。头文件:#include , Ignatius and the Princess IITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4117Accepted Submission(s): 2468Problem Descriptio 阅读全文
posted @ 2014-03-05 10:42 goodniao_1 阅读(177) 评论(2) 推荐(0)