#
试题名
热度
更新日期
21 第39题 (最小区间覆盖)给出 n 个区间,第 i 个区间的左右端点是[ai,bi]。现在要在这些区间中选出若干个,使得 40 2024-07-03
22 第38题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 70 2024-07-03
23 第37题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 64 2024-07-03
24 第36题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 26 2024-07-03
25 第35题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 53 2024-07-03
26 第34题 (质因数分解)给出正整数 n,请输出将 n 质因数分解的结果,结果从小到大输出。 例如:输入n=120,程序应该 44 2024-07-03
27 第33题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 42 2024-07-03
28 第32题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 70 2024-07-03
29 第31题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 89 2024-07-03
30 第30题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 84 2024-07-03
31 第29题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 31 2024-07-03
32 第28题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d 69 2024-07-03
33 第27题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 86 2024-07-03
34 第26题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 59 2024-07-03
35 第25题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 99 2024-07-03
36 第24题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 40 2024-07-03
37 第23题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 40 2024-07-03
38 第22题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  l 76 2024-07-03
39 第21题 #include <cstdlib>  #include <iostream>  using namespace std;     char encoder[26] 20 2024-07-03
40 第20题 #include <cstdlib>  #include <iostream>  using namespace std;     char encoder[26] 56 2024-07-03