自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

窦小雨的小点子

喜爱是最璀璨的宝藏~但是还要有坚持。

  • 博客(24)
  • 收藏
  • 关注

原创 SDAU课程练习2 1004

Toxophily Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 23   Accepted Submission(s) : 9 Problem Description The recreation center o

2016-03-31 10:41:55 291

原创 SDAU课程练习 2 1003

Problem Description My birthday is coming up and traditionally I'm serving pie. Not just one pie, no, I have a number N of them, of various tastes and of various sizes. F of my friends are coming t

2016-03-31 10:33:13 354

原创 SDAU 课程练习2 1002

F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x Sample Output -74.4291-178.8534   Author Redow   题目大意:给定函数和 y 值 求函数最小值。思路:连续求导可知导函数单调递增,并且 F ’ (0) 0那么导函数的零点就是原函数的最小值。二分求零点就行了。感想:说好的搜索呢。。。到现在都是

2016-03-21 21:52:11 322

原创 SDAU 课程练习2 1001

Problem Description Now,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find its solution between 0 and 100;Now please try your lucky.   Input The first line of the input contain

2016-03-21 15:53:49 285

原创 SDAU 课程练习2 1011

Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a

2016-03-21 14:41:11 332

原创 SDAU课程练习1000

Problem Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms each on the north side and sou

2016-03-21 14:07:28 251

原创 SDAU课程练习1001

Problem Description There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It need

2016-03-21 14:07:25 1413

原创 SDAU课程练习1002

Problem Description Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to play horse racing with the king and o

2016-03-21 14:07:23 1471

原创 SDAU课程练习1003

Problem Description An entropy encoder is a data encoding method that achieves lossless data compression by encoding a message with "wasted" or "extra" information removed. In other words, entropy en

2016-03-21 14:07:20 1423

原创 SDAU课程练习1005

Problem Description "Yakexi, this is the best age!" Dong MW works hard and get high pay, he has many 1 Jiao and 5 Jiao banknotes(纸币), some day he went to a bank and changes part of his money into 1 Yu

2016-03-21 14:07:15 699

原创 SDAU课程练习1006

Problem Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified o

2016-03-21 14:07:13 255

原创 SDAU课程练习1007

Problem Description A relay is a race for two or more teams of runners. Each member of a team runs one section of the race. Your task is to help to evaluate the results of a relay race. You have to p

2016-03-21 14:07:11 312

原创 SDAU课程练习1008

Problem Description There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It need

2016-03-21 14:07:08 261

原创 SDAU课程练习1009

Problem Description An entropy encoder is a data encoding method that achieves lossless data compression by encoding a message with "wasted" or "extra" information removed. In other words, entropy en

2016-03-21 14:07:06 366

原创 SDAU课程练习1010

Problem Description The local toy store sells small fingerpainting kits with between three and twelve 50ml bottles of paint, each a different color. The paints are bright and fun to work with, and ha

2016-03-21 14:07:03 269

原创 SDAU课程练习1011

Problem Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installati

2016-03-21 14:07:00 247

原创 SDAU课程练习1012

Problem Description Current work in cryptography involves (among other things) large prime numbers and computing powers of numbers among these primes. Work in this area has resulted in the practical u

2016-03-21 14:06:58 332

原创 SDAU课程练习1013

Problem Description Accounting for Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital data for preparing annual report for MS Inc. All what they remember is that MS Inc. post

2016-03-21 14:06:56 298

原创 SDAU课程练习1014

problem Description Before bridges were common, ferries were used to transport cars across rivers. River ferries, unlike their larger cousins, run on a guide line and are powered by the river's curre

2016-03-21 14:06:53 292

原创 SDAU课程练习1015

Problem Description The cows have purchased a yogurt factory that makes world-famous Yucky Yogurt. Over the next N (1 <= N <= 10,000) weeks, the price of milk and labor will fluctuate weekly such that

2016-03-21 14:06:51 290

原创 SDAU课程练习2 1008

A有1数m,B来猜.B每猜一次,A就说"太大","太小"或"对了" 。 问B猜n次可以猜到的最大数。   Input 第1行是整数T,表示有T组数据,下面有T行 每行一个整数n (1 ≤ n ≤ 30)   Output 猜n次可以猜到的最大数   Sample Input 213   S

2016-03-20 17:40:59 347

原创 贪心专题总结

导语: “第一题谁用贪心算法AC的,我怎么wa?”----我们一起刷大白。 那么刷完这套题了,什么叫贪心算法呢? 正文: 定义什么的我就不再赘述,简单说一下我对贪心的理解吧。 贪心是一种思想,他不仅仅是 按照某种规则排序,然后一重 for 循环,按照某种标准找出最优解 这个套路。包含的还应该有更多。

2016-03-19 11:14:57 505

原创 SDAU 课程练习 1016

Problem Description FJ is surveying his herd to find the most average cow. He wants to know how much milk this 'median' cow gives: half of the cows give as much or more than the median; half give as

2016-03-16 12:28:14 291

原创 SDAU 课程练习 1017

Problem Description A factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are always delivered to customers in the sq

2016-03-16 12:26:37 304

空空如也

空空如也

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

TA关注的人

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