#coding=utf-8#给列表加上序号,enumerate(l1),默认从0开始l1=['money','house','joo']for item in enumerate(l1,1): #print item print item[0],item[1] ...
分类:
编程语言 时间:
2018-04-20 21:57:59
阅读次数:
152
198 House Robber DP 0~n-1 ans=dp[n-1] dp[i] = max(dp[i-2]+nums[i], dp[i-1]) i>=2 213 House Robber II Since we cannot rob nums[0] and nums[n-1] at the ...
分类:
其他好文 时间:
2018-04-18 14:25:44
阅读次数:
148
题目链接: https://vjudge.net/problem/POJ-2195 题目大意: 给定一个N*M的地图,地图上有若干个man和house,且man与house的数量一致。man每移动一格需花费$1(即单位费用=单位距离),一间house只能入住一个man。现在要求所有的man都入住ho ...
分类:
编程语言 时间:
2018-04-15 23:51:39
阅读次数:
340
Read problems statements in Mandarin Chinese and Russian. A meteor fell on Andrew's house. That's why he decided to build a new home and chose a site ...
分类:
其他好文 时间:
2018-04-15 21:00:37
阅读次数:
179
注意事项: 这是 打家劫舍 的延伸。在上次盗窃完一条街道之后,窃贼又转到了一个新的地方,这样他就不会引起太多注意。这一次,这个地方的所有房屋都围成一圈。这意味着第一个房子是最后一个是紧挨着的。同时,这些房屋的安全系统与上次那条街道的安全系统保持一致。给出一份代表每个房屋存放钱数的非负整数列表,确定你 ...
分类:
其他好文 时间:
2018-04-08 22:38:47
阅读次数:
468
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2018-04-07 17:49:30
阅读次数:
182
Neighbor House LightOJ - 1047 ...
分类:
其他好文 时间:
2018-04-04 12:51:39
阅读次数:
113
song = ''' An empty street,An empty house,A hole inside my heart,I'm all alone,The rooms are getting smaller,I wonder how,I wonder why,I wonder where ... ...
分类:
其他好文 时间:
2018-03-26 16:08:41
阅读次数:
151
解题思路:Find Gold Someone locked you in the grid house. You can’t escape, until you find the enough gold. But somewhere is on the fire, so you can’t stan ...
分类:
其他好文 时间:
2018-03-04 20:02:17
阅读次数:
209
Vue.prototype.$http.defaults.baseURL ="http://thapi.99dudesign.com/index.php/Api" this.$http.post('/htt/House/house_lists/', { type: 1 }).then((d)=>{ ...
分类:
移动开发 时间:
2018-03-04 14:48:37
阅读次数:
373