3501 |
第41题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
29 |
2024-07-03 |
3502 |
第40题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
80 |
2024-07-03 |
3503 |
第39题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 |
40 |
2024-07-03 |
3504 |
第38题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
70 |
2024-07-03 |
3505 |
第37题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
64 |
2024-07-03 |
3506 |
第36题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
26 |
2024-07-03 |
3507 |
第35题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
53 |
2024-07-03 |
3508 |
第34题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 |
44 |
2024-07-03 |
3509 |
第33题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
42 |
2024-07-03 |
3510 |
第32题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
70 |
2024-07-03 |
3511 |
第31题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
89 |
2024-07-03 |
3512 |
第30题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
84 |
2024-07-03 |
3513 |
第29题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
31 |
2024-07-03 |
3514 |
第28题 #include <algorithm> #include <iostream> using namespace std; int n; int d |
69 |
2024-07-03 |
3515 |
第27题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
86 |
2024-07-03 |
3516 |
第26题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
59 |
2024-07-03 |
3517 |
第25题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
99 |
2024-07-03 |
3518 |
第24题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
40 |
2024-07-03 |
3519 |
第23题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
40 |
2024-07-03 |
3520 |
第22题 #include <iostream> using namespace std; long long n, ans; int k, len; l |
76 |
2024-07-03 |
3521 |
第21题 #include <cstdlib> #include <iostream> using namespace std; char encoder[26] |
20 |
2024-07-03 |
3522 |
第20题 #include <cstdlib> #include <iostream> using namespace std; char encoder[26] |
56 |
2024-07-03 |
3523 |
第19题 #include <cstdlib> #include <iostream> using namespace std; char encoder[26] |
96 |
2024-07-03 |
3524 |
第18题 #include <cstdlib> #include <iostream> using namespace std; char encoder[26] |
54 |
2024-07-03 |
3525 |
第17题 #include <cstdlib> #include <iostream> using namespace std; char encoder[26] |
35 |
2024-07-03 |