摘要: Problem Description虽然草儿是个路痴(就是在杭电待了一年多,居然还会在校园里迷路的人,汗~),但是草儿仍然很喜欢旅行,因为在旅途中 会遇见很多人(白马王子,^0^),很多事,还能丰富自己的阅历,还可以看美丽的风景……草儿想去很多地方,她想要去东京铁塔看夜景,去威尼斯看电影,去阳明山 阅读全文
posted @ 2018-11-19 18:16 芹菜叶子 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to vis 阅读全文
posted @ 2018-11-19 12:18 芹菜叶子 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Problem Description 给你n个点,m条无向边,每条边都有长度d和花费p,给你起点s终点t,要求输出起点到终点的最短距离及其花费,如果最短距离有多条路线,则输出花费最少的。 Input输入n,m,点的编号是1~n,然后是m行,每行4个数 a,b,d,p,表示a和b之间有一条边,且其长 阅读全文
posted @ 2018-11-18 19:09 芹菜叶子 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 题目描述: One cow from each of N farms (1 ≤ N ≤ 1000) conveniently numbered 1..N is going to attend the big cow party to be held at farm #X (1 ≤ X ≤ N). A 阅读全文
posted @ 2018-11-18 17:00 芹菜叶子 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Description Bessie is out in the field and wants to get back to the barn to get as much sleep as possible before Farmer John wakes her for the morning 阅读全文
posted @ 2018-11-18 13:50 芹菜叶子 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Description 定义一个二维数组: int maze[5][5] = {0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0,}; 它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只能横着走或竖 阅读全文
posted @ 2018-11-17 16:59 芹菜叶子 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Problem Description Our lovely KK has a difficult Social problem.A big earthquake happened in his area.N(2≤N≤2000) cities have been implicated. All th 阅读全文
posted @ 2018-11-16 16:39 芹菜叶子 阅读(195) 评论(0) 推荐(0) 编辑
摘要: I hope you know the beautiful Union-Find structure. In this problem, you're to implement something similar, but not identical. The data structure you 阅读全文
posted @ 2018-11-16 14:15 芹菜叶子 阅读(301) 评论(0) 推荐(1) 编辑
摘要: Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。 有人用两种说法对这N个动物所构成的食物链关系进行描述: 第一种说法是"1 X Y",表 阅读全文
posted @ 2018-11-14 21:35 芹菜叶子 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Description The police office in Tadu City decides to say ends to the chaos, as launch actions to root up the TWO gangs in the city, Gang Dragon and G 阅读全文
posted @ 2018-11-14 15:47 芹菜叶子 阅读(167) 评论(0) 推荐(0) 编辑