自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 UVa 107 The Cat in the Hat

【题目链接】 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=99&page=show_problem&problem=43 【解题思路】

2014-08-25 22:15:45 384

转载 UVa 375 Inscribed Circles and Isosceles Triangles

Given two real numbers Bthe width of the base of an isosceles triangle in inchesHthe altitude of the same isosceles triangle in inches Compute to six significant decimal places

2014-08-25 21:30:38 335

原创 UVa 550 Multiplying by Rotation

【题目链接】

2014-08-17 16:11:22 359

原创 UVa 10025 The ? 1 ? 2 ? ... ? n = k problem

【解题思路】 若直接用枚举搜索,所遍历的可能性将会超过10^40000,肯定会超时,需要从中找寻规律。 从最简单的开始: 数字序列 1 能够生成的非负整数为 +1=1,集合为{1} 数字序列 1 2 能够生成的非负整数为 +1+2=3,-1+2=1,集合为{1,3} 数字序列 1 2 3 能够生成的非负整数为 +1+2+3=6,-1+2+3=4,+1-2+3=2,+1+2-3=0,-1-

2014-08-08 10:22:40 285

原创 UVa 465 Overflow

【题目链接】 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=406 【解题思路】 kan

2014-08-05 20:37:04 329

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除