作者:labuladong 链接:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/solution/yi-ge-fang-fa-tuan-mie-6-dao-gu-piao-wen-ti-by-l-3/来源:力扣(Le ...
分类:
其他好文 时间:
2019-11-17 17:40:46
阅读次数:
72
1 #include<bits/stdc++.h> 2 using namespace std; 3 int boss=1000,money,HP=100,ATK=0; 4 string s; 5 void shop(); 6 void village(); 7 void buy(); 8 void ...
分类:
其他好文 时间:
2019-11-15 12:23:44
阅读次数:
66
Time was, you’d buy a TV, bring it home and plant it in your living room. And you’d watch it. For like a decade. And then, when the picture started fa ...
分类:
其他好文 时间:
2019-11-01 11:19:00
阅读次数:
94
一:安装Pycharm https://www.cnblogs.com/huozf/p/9304396.html(有可取之处) https://www.jetbrains.com/idea/buy/#discounts?billing=yearly(学生注册,免费) 二:推文 https://www ...
分类:
其他好文 时间:
2019-10-31 13:50:56
阅读次数:
157
官方-阿里云服务器2折起,10月主机爆款限时抢购,点击链接购买哟:https://www.aliyun.com/acts/limit-buy?spm=5176.11544616.khv0c5cu5.1.121523e8DOOghg&userCode=fp9ccf07 ...
分类:
其他好文 时间:
2019-10-28 14:31:57
阅读次数:
46
"H Tickets" 参考: "Tickets——H" 思路:对于每一个买票的人来说,只需要决定他是自己买票还是跟前面的人一块买票即可。 假设三个人 A B C,当 C 要跟 B 一块买票的时候,B 不能够跟 A 一起买。 那么状态方程就应该是 ,保证了不会有一个人跟两个人一块买票的情况。 想清楚 ...
分类:
其他好文 时间:
2019-10-26 21:03:22
阅读次数:
82
问题描述 On the way home, Karen decided to stop by the supermarket to buy some groceries. She needs to buy a lot of goods, but since she is a student her ...
分类:
其他好文 时间:
2019-10-17 01:24:06
阅读次数:
65
考试T1,建一个反图跑一个最短路就好了~ code: ...
分类:
其他好文 时间:
2019-10-14 14:35:31
阅读次数:
71
泛型动态实例化需要三个步骤:1.获得泛型类型,2.指定泛型类型,3.实例化 有如下泛型类型: 则 Buy<T> 实例化步骤如下 1.获得泛型类型 typeBuy 2.指定泛型类型,获得最终泛型类型 ,如最终类型为 Buy<int>,则最终泛型类型 typeBuyInt 3.使用类型 typeBuyI ...
分类:
其他好文 时间:
2019-10-08 23:44:08
阅读次数:
94
思路: 建立虚点把点券转化成边权 cpp include include include include include define int long long define maxn 850500 using namespace std ; int read() { int x = 0 , f ...
分类:
其他好文 时间:
2019-10-07 17:35:10
阅读次数:
154