自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 3月18日练习记录

STL练习 Where is the Marble? Title Raju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the beginning, Raju would place the marbles one after another in ascending order of the numbers written on them. Then

2021-03-18 21:48:56 133

原创 3月16日练习记录

BFS 迷宫问题 Title 定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, }; 它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只能横着走或竖着走,不能斜着走,要求编程序找出从左上角到右下角的最短路线。 Input 一个5 × 5的二维数组,表示一个迷宫。数据保证有唯一解。 Output 左上角到右下角的最短路径,格式如样例所示。

2021-03-16 22:03:06 98

原创 3月15日练习记录

2020ICPC济南 Cook Pancakes! Title In China, there is a very famous problem about pancakes: You have a pan and you can fry two pancakes at the same time each time. For a pancake, its front and back sides need to be cooked, and it takes one hour for each side

2021-03-15 21:30:12 128

原创 3月14日练习记录

比赛题目 Binarize It Title Professor Boolando can only think in binary, or more specifically, in powers of 2. He converts any number you give him to the smallest power of 2 that is equal to or greater than your number. For example, if you give him 5, he conver

2021-03-14 23:00:46 288

原创 3月13日练习记录

补题 CCA的搬运 Title 在一个竖直的洞里有 n 个有重量的球,需要进行 m 次操作,每次操作需要将其中一个球拿出来然后放在最上面 。 取出一个小球放在最上面需要消耗的体力为它上面的小球的重量之和 。 现在给定每次操作需要取的小球的编号,要求出一种初始的放球方案使得消耗的总体力最少 。 Input 第一行两个正整数 n 和 m,意义如题所示 。 第二行 n 个正整数,分别表示 n 个球的重量 。 第三行 m 个正整数,分别表示 m 次操作取出小球的编号 。 Output 一个整数表示消耗的总体力的最小

2021-03-13 21:38:22 130

原创 3月12日练习记录

3月12日练习记录最短路练习Til the Cows Come HomeTitleInputOutputAnswerHintFroggerTitleInputOutputAnswerHintBFS练习Dungeon MasterTitleInputOutputAnswerHintCatch That CowTitleInputOutputAnswerHint 最短路练习 Til the Cows Come Home Title Bessie is out in the field and wants to

2021-03-12 21:47:24 207

空空如也

空空如也

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

TA关注的人

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