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






竹林灯火

很失败的退役了!!!
 
 

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

2015年7月28日

暴力求解——Equivalent Strings
摘要: Submit Status Description Today on a lecture about strings Gerald learned a new definition of string equivalency. Two strings a and b of equal length 阅读全文
posted @ 2015-07-28 20:10 竹林灯火 阅读(296) 评论(0) 推荐(0)
 
暴力求解——素环数 Prime Ring Problem ,UVa 524
摘要: Description A ring is composed of n (even number) circles as shown in diagram. Put natural numbers into each circle separately, and the sum of numbers 阅读全文
posted @ 2015-07-28 20:02 竹林灯火 阅读(282) 评论(0) 推荐(0)
 
暴力求解——最大乘积 Maximum Product,UVa 11059
摘要: 最大乘积 Maximum Product 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=84562#problem/B 解题思路: 题目意思是输入n个元素组成的序列S,找出一个乘积最大的连续子序列。若这个数不是正数,则输出0(表 阅读全文
posted @ 2015-07-28 19:54 竹林灯火 阅读(336) 评论(0) 推荐(0)
 
暴力求解——除法 Division,UVa 725
摘要: Description Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such that the 阅读全文
posted @ 2015-07-28 19:46 竹林灯火 阅读(376) 评论(0) 推荐(0)