"FatMouse and Cheese" Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 15207 Accepted Submission( ...
分类:
其他好文 时间:
2019-01-25 11:38:52
阅读次数:
120
题目描述: FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) wher ...
分类:
其他好文 时间:
2018-12-30 15:12:43
阅读次数:
203
不涉及函数应用 1 Food_list = { 2 'pizza': ['cheese', 'onion', 'green_papper', 'mushroom'], 3 'hamburger': ['beef', 'pork', 'chicken', 'lettuce', 'tomato', 'c ...
分类:
其他好文 时间:
2018-12-13 16:37:50
阅读次数:
148
1 def cheese_and_crackers(cheese_count, boxes_of_crackers): 2 print(f"You have {cheese_count} cheese!") 3 print(f"You have {boxes_of_crackers} boxes f... ...
分类:
编程语言 时间:
2018-12-03 23:03:05
阅读次数:
199
题目链接:UVA1001 题意:在一个巨大奶酪中的A要以最短的时间与B相遇。在奶酪中走一米的距离花费的时间是10s,而奶酪中有许多洞,穿过这些洞的时间是0s。给出A、B以及各个洞的坐标,求最短的时间。 三维??乖乖,这怎么用最短路算法。在搜了题解后才知道可以编号压缩成二维啊,这操作骚气,实在想不出来 ...
分类:
其他好文 时间:
2018-10-02 22:27:37
阅读次数:
204
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean ...
分类:
其他好文 时间:
2018-09-28 10:59:06
阅读次数:
127
http://acm.hdu.edu.cn/showproblem.php?pid=1009 Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the w ...
分类:
其他好文 时间:
2018-09-25 10:45:57
阅读次数:
110
FatMouse' Trade Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 95182 Accepted Submission(s): 331 ...
分类:
其他好文 时间:
2018-09-23 15:06:04
阅读次数:
184
题意: 要建一个奶酪塔,高度最大为T。 有N块奶酪。第i块高度为Hi(一定是5的倍数),价值为Vi。 一块高度>=K的奶酪被称为大奶酪,一个奶酪如果在它上方有大奶酪(多块只算一次), 它的高度就会变成原来的4/5. 求最大奶酪价值 首先,要想得到最大价值的奶酪,要不就不要>=k的,要不就要一个,放在 ...
分类:
其他好文 时间:
2018-09-02 23:44:18
阅读次数:
215
0. 前置条件 安装好k8s.. traefik的简介图 1. 安装 traefik 方法: 里面的文件主要有偶: [root@CentOS75 k8s]# tree.├── cheese-default-ingress.yaml├── cheese-deployments.yaml├── chee ...
分类:
其他好文 时间:
2018-08-16 22:31:45
阅读次数:
2258