上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: 链接:https://www.nowcoder.com/acm/contest/105/G 来源:牛客网题目描述 这是一个加强版的斐波那契数列。 给定递推式 求F(n)的值,由于这个值可能太大,请对109+7取模。 输入描述:第一行是一个整数T(1 ≤ T ... 阅读全文
posted @ 2018-04-27 21:54 ffgcc 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/105/D 来源:牛客网时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 ... 阅读全文
posted @ 2018-04-27 12:48 ffgcc 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/105/H 来源:牛客网时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 ... 阅读全文
posted @ 2018-04-27 11:21 ffgcc 阅读(117) 评论(0) 推荐(0) 编辑
摘要: D. Single-use Stones time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output... 阅读全文
posted @ 2018-04-26 20:55 ffgcc 阅读(116) 评论(0) 推荐(0) 编辑
摘要: C. Greedy Arkady time limit per test 1 second memory limit per test 256 megabytes input standard input output standard outputk pe... 阅读全文
posted @ 2018-04-26 20:18 ffgcc 阅读(106) 评论(0) 推荐(0) 编辑
摘要: D. Buy a Ticket time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard outputMusi... 阅读全文
posted @ 2018-04-25 20:46 ffgcc 阅读(106) 评论(0) 推荐(0) 编辑
摘要: C. Constructing Tests time limit per test 1 second memory limit per test 256 megabytes input standard input output standard outpu... 阅读全文
posted @ 2018-04-25 19:17 ffgcc 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 链接E. Mahmoud and Ehab and the xor-MST time limit per test 2 seconds memory limit per test 256 megabytes input standard input outp... 阅读全文
posted @ 2018-04-24 17:51 ffgcc 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 链接 题意: 给出一个数组 a[],要你构造出一个互质的字典序最小的数组 b[],且 b[] 的字典序要大于等于 a[] 。 解析: 预处理素数,然后对于第 i 个数,它应该不包含前面 i-1 个数含有的质因子,满足这个条件后,我们贪心取最大的即可。且如果当... 阅读全文
posted @ 2018-04-24 17:37 ffgcc 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 题目描述给定一个含n个数的序列A和一个含m (m#define ll long long#define inf 0x3f3f3f3f#define pb push_back#define rep(i,a,b) for(int i=a;i=a;i--)usin... 阅读全文
posted @ 2018-04-23 20:59 ffgcc 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页