摘要: 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) 编辑