上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 129 下一页
摘要: 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 KB 题目等级 : 钻石 Diamond http://codevs.cn/problem/1200/||https://www.luogu.org/problem/show?pid=1082 题目描述 阅读全文
posted @ 2017-04-06 21:32 Aptal丶 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.luogu.org/problem/show?pid=2626 题目背景 大家都知道,斐波那契数列是满足如下性质的一个数列: • f(1) = 1 • f(2) = 1 • f(n) = f(n-1) + f(n-2) (n ≥ 2 且 n 为整数)。 题目描述 请你求出第n 阅读全文
posted @ 2017-04-06 21:25 Aptal丶 阅读(407) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/1002/ 时间限制: 1 s http://codevs.cn/problem/1002/ 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 KB 题目等级 : 黄金 Gold 题目描述 Description 有一矩形 阅读全文
posted @ 2017-04-05 21:41 Aptal丶 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 #define M 1000000007 4 5 int fp(int a,int b) 6 { 7 long long ret=1,pow=a; 8 //ret:返回值;pow:基底 9 while(b!=0) 10 { 11 if(b&1) 12 re... 阅读全文
posted @ 2017-04-05 21:24 Aptal丶 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Description 给定2个整数a,b 求出它们之间(不含a,b)所有质数的和。 题目描述 Description 给定2个整数a,b 求出它们之间(不含a,b)所有质数的和。 给定2个整数a,b 求出它们之间(不含a,b)所有质数的和。 输入描述 Input Description 阅读全文
posted @ 2017-04-04 17:20 Aptal丶 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 129 下一页