7551 |
斐波那契数列(Fibonacci Sequence),又称黄金分割数列,由数学家列昂纳多.斐波那契以兔子繁殖为例子引入,故称为 |
40 |
2024-07-06 |
7552 |
4、冰阔落 I 老王喜欢喝冰阔落。 初始时刻,桌面上有n杯阔落,编号为1到n。老王总想把其中一杯阔落倒到另一杯中 |
52 |
2024-07-04 |
7553 |
3、Rainbow的商店 Rainbow开了一家商店,在一次进货中获得了N个商品。 已知每个商品的利润和过期时间。 Rainb |
41 |
2024-07-04 |
7554 |
2、Freda的越野跑 Freda报名参加了学校的越野跑。越野跑共有N人参加,在一条笔直的道路上进行。这N个人在起点 |
29 |
2024-07-04 |
7555 |
1、道路 N个以 1 ... N 标号的城市通过单向的道路相连:。每条道路包含两个参数:道路的长度和需要为该路付的 |
79 |
2024-07-04 |
7556 |
第43题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
82 |
2024-07-03 |
7557 |
第42题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
39 |
2024-07-03 |
7558 |
第41题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
29 |
2024-07-03 |
7559 |
第40题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
80 |
2024-07-03 |
7560 |
第39题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
40 |
2024-07-03 |
7561 |
第38题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
70 |
2024-07-03 |
7562 |
第37题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
64 |
2024-07-03 |
7563 |
第36题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
26 |
2024-07-03 |
7564 |
第35题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
53 |
2024-07-03 |
7565 |
第34题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
44 |
2024-07-03 |
7566 |
第33题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
42 |
2024-07-03 |
7567 |
第32题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
70 |
2024-07-03 |
7568 |
第31题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
89 |
2024-07-03 |
7569 |
第30题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
84 |
2024-07-03 |
7570 |
第29题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
31 |
2024-07-03 |
7571 |
第28题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
69 |
2024-07-03 |
7572 |
第27题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
86 |
2024-07-03 |
7573 |
第26题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
59 |
2024-07-03 |
7574 |
第25题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
99 |
2024-07-03 |
7575 |
第24题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
40 |
2024-07-03 |