1 截取正整数 m 的百位数字的 Python 表达式是_______。 2024-08-28
2 给一个不多于 5 位的正整数,要求:一、求它是几位数,二、逆序打印出 各位数字。 2024-08-02
3 6.题目描述 你有四个正整数n,a,b,c,并准备用它们玩一个简单的数字游戏。在每一轮游戏操作中,你可以选择将n减少a,或减少b,或减少c。 2024-07-16
4 输入一个正整数n(n<=6),再输入n×n的矩阵,求其主对角线元素之和及副对角线元素之和 并输出。、输入一个正整数n(n<=6),再输入n×n的 2024-07-09
5 从键盘任意输入一个正整数n,找出大于n的最小素数。 2024-07-06
6 第33题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d[5 2024-07-03
7 第32题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d[5 2024-07-03
8 第30题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d[5 2024-07-03
9 第29题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d[5 2024-07-03
10 第28题 #include <algorithm>  #include <iostream>  using namespace std;     int n;  int d[5 2024-07-03
11 第27题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  long long d 2024-07-03
12 第26题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  long long d 2024-07-03
13 第25题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  long long d 2024-07-03
14 第23题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  long long d 2024-07-03
15 第22题 #include <iostream>  using namespace std;     long long n, ans;  int k, len;  long long d 2024-07-03
16 第21题 #include <iostream>  using namespace std;     int n;  int d[1000];     int main() {       2024-07-02
17 第20题 #include <iostream>  using namespace std;     int n;  int d[1000];     int main() {       2024-07-02
18 第18题 #include <iostream>  using namespace std;     int n;  int d[1000];     int main() {       2024-07-02
19 第17题 #include <iostream>  using namespace std;     int n;  int d[1000];     int main() {       2024-07-02
20 第16题 #include <iostream>  using namespace std;     int n;  int d[1000];     int main() {       2024-07-02
21 第 18 题 (3) #include <iostream>   #include <algorithm>     using namespace std;     cons 2024-06-03
22 第 17 题 (2) #include <iostream>     using namespace std;     const int MAXN = 105;     int n, m 2024-06-03
23 第 16 题1. #include<iostream>  #include<cmath>  using namespace std;    double f(double a, 2024-05-27
24 第 13 题 1000010000 以内,与 1000010000 互质的正整数有( )个。  A. 2000  B. 4000  C. 6000  D. 8000 2024-05-27
25 创建一个处理任意大的正整数的类 LongLongInt,用一个动态的字符数组存放任意长度的正整数。数组的每个元素存放整型数的一位。例如 2024-05-04