码迷,mamicode.com
首页 >  
搜索关键字:house    ( 818个结果
返回我的博客 博文管理发表博文管理博文
http://lp.shm.com.cn/index-htm-m-house-q-hire-a-houseinfo-houseid-503080.htmlhttp://lp.shm.com.cn/index-htm-m-house-q-hire-a-houseinfo-houseid-503095.htmlhttp://lp.shm.com.cn/index-htm-m-house-q-hire-a-houseinfo-houseid-503148.htmlhttp://lp.shm.com.cn/index..
分类:其他好文   时间:2015-03-22 06:57:13    阅读次数:128
Apple Tree(需要预处理的树状数组)
Apple TreeTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 20335Accepted: 6182DescriptionThere is an apple tree outside of kaka's house. Every...
分类:移动开发   时间:2015-03-21 21:20:31    阅读次数:249
CodeForces 471C MUH and House of Cards
看题目的Hint 图形就知道题意了,对着图形,稍微观察一下就会发现,每一层需要的卡牌数目为 2 * n + (n - 1)个,然后大致就有个思路,暴力枚举,但是仅仅这样没法子枚举,这个公式 只代表其中一层,不可能对每一层都枚举吧,可以化简一下  公式就是 3 * n - 1,这样就会发现 每次差1就是3的倍数了,然后每一层都差1,如果有i层的话,那么其实就是差了i,这样就很容易想到了,假设共有卡牌...
分类:其他好文   时间:2015-03-18 23:28:37    阅读次数:351
F面经:painting house
There are a row of houses, each house can be painted with three colors red, blue and green. The cost of painting each house with a certain color is di...
分类:其他好文   时间:2015-03-18 06:28:29    阅读次数:128
【web必知必会】—— 使用DOM完成属性填充
本文介绍了使用DOM的简单方法实现动态加载图片的功能。 前文介绍了: 1 DOM四个常用的方法 首先看一下效果,初始时是一个相册,可以点击导航,切换图片,并切换下方显示内容: 点击house,可以动态的切换另一个图片 所使用的代码,如下: 我的...
分类:Web程序   时间:2015-03-12 22:22:14    阅读次数:129
hdu 1065 I Think I Need a Houseboat 水题,不过看discuss,应该有很多人在PI上栽跟头了
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the state of Louisiana is actually shrinking by 50 square miles each year, due to erosion caused by the Mississipp...
分类:其他好文   时间:2015-03-11 14:49:28    阅读次数:144
URAL
1243. Divorce of the Seven Dwarfs Time limit: 1.0 second Memory limit: 64 MB After the Snow White with her bridegroom had left the house of the seven dwarfs, their peaceful and prosperous...
分类:其他好文   时间:2015-03-09 14:32:35    阅读次数:145
POJ3321---Apple Tree(树状数组)
DescriptionThere is an apple tree outside of kaka’s house. Every autumn, a lot of apples will grow in the tree. Kaka likes apple very much, so he has been carefully nurturing the big apple tree.The tre...
分类:移动开发   时间:2015-03-05 16:56:29    阅读次数:162
lightOJ 1047 Neighbor House (DP)
题目链接:lightOJ 1047 Neighbor House 题意:有N做房子,每个房子涂3种颜色各有一个花费,相邻的房子颜色不能一样,给N个房子涂颜色,问完成这个任务的最小花费。 dp[i][j] 表示涂到第i个房子涂j颜色的最小花费。 状态转移方程:dp[i][k]=min(dp[i][k],dp[i-1][j]+p[i].c[k]); AC代码: #...
分类:其他好文   时间:2015-03-03 10:01:16    阅读次数:151
【POJ 2923】Relocation
DescriptionEmma and Eric are moving to their new house they bought after returning from their honeymoon. Fortunately, they have a few friends helping ...
分类:其他好文   时间:2015-03-02 20:57:17    阅读次数:183
818条   上一页 1 ... 71 72 73 74 75 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!