girlfriend.h
class girlfriend
{
public:
string name;
int age;
face look;
string education_background;
protected:
void making_food(boyfriend &me);
void go_shopping(boyfriend &m...
分类:
其他好文 时间:
2015-05-31 18:26:41
阅读次数:
94
Problem Description
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean.
The warehouse has N rooms. The i-th room con...
分类:
其他好文 时间:
2015-05-29 10:10:35
阅读次数:
125
The fastfood chain McBurger owns several restaurants along a highway. Recently, they have decided to build several depots along the highway, each one located at a restaurent and supplying several of t...
分类:
其他好文 时间:
2015-05-23 00:05:57
阅读次数:
135
1 class product{ 2 public static function create(){ 3 return new static(); 4 } 5 } 6 7 class food extends product{ 8 9 }10 11 var_d...
分类:
Web程序 时间:
2015-05-18 00:50:12
阅读次数:
164
In China, people use a pair of chopsticks to get food on the table, but Mr. L is a bit different. He uses
a set of three chopsticks – one pair, plus an EXTRA long chopstick to get some big food by pi...
分类:
其他好文 时间:
2015-05-12 23:00:48
阅读次数:
271
Problem DescriptionFatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean....
分类:
其他好文 时间:
2015-05-12 15:08:15
阅读次数:
94
Problem Description
Although winter is far away, squirrels have to work day and night to save beans. They need plenty of food to get through those long cold days. After some time the squirrel family thinks that they have to solve a problem. They suppose th...
分类:
其他好文 时间:
2015-05-08 22:08:36
阅读次数:
156
Problem Description
In the mysterious forest, there is a group of Magi. Most of them like to eat human beings, so they are called “The Ogre Magi”, but there is an special one whose favorite food is ha...
分类:
其他好文 时间:
2015-04-28 14:08:31
阅读次数:
129
2015广州国际餐饮业供应商及食品博览会 Guangzhou International Food Industry Suppliers Expo同期举办:2015广州国际餐饮连锁加盟博览会 2014 Guangzhou International Food Franchise Exhibi...
分类:
其他好文 时间:
2015-04-24 18:17:39
阅读次数:
187
Food有F种食物和D种饮料,每种食物或饮料只能供有限次,且每个人只享用一种食物和一种饮料。现在有n个人,每个人都有自己喜欢的食物种类列表和饮料种类列表,问最多能使几个人同时享用到自己喜欢的食物和饮料。邻接矩阵 DINIC 在定点数较多的时候比较慢。 1 #...
分类:
其他好文 时间:
2015-04-21 00:09:28
阅读次数:
230