上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
摘要: You are given a tree (an undirected acyclic connected graph) with N nodes, and edges numbered 1, 2, 3...N-1. Each edge has an integer value assigned t 阅读全文
posted @ 2019-02-07 21:00 NKDEWSM 阅读(215) 评论(0) 推荐(0) 编辑
摘要: There are N (1 ≤ N ≤ 105) cities on land, and there are N - 1 wires connecting the cities. Therefore, each city can transmit electricity to all other 阅读全文
posted @ 2019-02-07 20:54 NKDEWSM 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 题目描述 这次小可可想解决的难题和中国象棋有关,在一个N行M列的棋盘上,让你放若干个炮(可以是0个),使得没有一个炮可以攻击到另一个炮,请问有多少种放置方法。大家肯定很清楚,在中国象棋中炮的行走方式是:一个炮攻击到另一个炮,当且仅当它们在同一行或同一列中,且它们之间恰好 有一个棋子。你也来和小可可一 阅读全文
posted @ 2019-02-07 11:37 NKDEWSM 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 打印严格上升子序列; 阅读全文
posted @ 2019-02-07 09:47 NKDEWSM 阅读(122) 评论(0) 推荐(0) 编辑
摘要: You are given a tree (an acyclic undirected connected graph) with N nodes, and edges numbered 1, 2, 3...N-1. We will ask you to perfrom some instructi 阅读全文
posted @ 2019-02-07 09:22 NKDEWSM 阅读(347) 评论(0) 推荐(0) 编辑
摘要: Today, Bob plays with a child. There is a row of n numbers. One can takes a number from the left side or the right side in turns and gets the grade wh 阅读全文
posted @ 2019-02-06 21:02 NKDEWSM 阅读(305) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#include //#pragma GCC optimize(2) using nam... 阅读全文
posted @ 2019-02-06 16:23 NKDEWSM 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 题目描述 凡是考智商的题里面总会有这么一种消除游戏。不过现在面对的这关连连看可不是QQ游戏里那种考眼力的游戏。我们的规则是,给出一个闭区间[a,b]中的全部整数,如果其中某两个数x,y(设x>y)的平方差x^2-y^2是一个完全平方数z^2,并且y与z互质,那么就可以将x和y连起来并且将它们一起消除 阅读全文
posted @ 2019-02-06 15:22 NKDEWSM 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 题目背景 none! 题目描述 在一个有 m*n 个方格的棋盘中,每个方格中有一个正整数。现要从方格中取数,使任意 2 个数所在方格没有公共边,且取出的数的总和最大。试设计一个满足要求的取数算法。对于给定的方格棋盘,按照取数要求编程找出总和最大的数。 输入输出格式 输入格式: 第 1 行有 2 个正 阅读全文
posted @ 2019-02-06 11:21 NKDEWSM 阅读(214) 评论(0) 推荐(0) 编辑
摘要: After the end of the truck drivers' strike, you and the rest of Nlogônia logistics specialists now have the task of planning the refueling of the gas 阅读全文
posted @ 2019-02-05 22:05 NKDEWSM 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页