Toggle navigation
首页
题库
试卷
教程
动态
下载
查询
Tips
如需搜索2023年5月14日第十四届蓝桥杯青少组省赛Python真题及答案, 搜蓝桥杯即可
1
2.print(14+8)输出的结果是?( ) A. 22 B.14+8 C.14 D. 148
2024-10-02
2
6、如果想让输出时list1为[1,2,3,4],错误的是( )(5 分) list1 = [1, 2, 3] _______________ print(list1) A.list1+[4]
2024-09-17
3
从键盘上输入一个百分制成绩score,按下列原则输出其等级:score≥90,等级为A; 80≤score<90,等级为 B;70≤score<80,等级为C;60≤score<70
2024-07-09
4
从键盘输入10名学生的成绩数据,按成绩从高到低的顺序排列并输出。(提示:用数组存放成 绩数据)
2024-07-07
5
请输入两个数,交换它们的顺序后输出。
2024-07-06
6
输入5个数,将其分别按从小到大和从大到小的顺序输出。
2024-07-06
7
第24题 #include <iostream> using namespace std; long long n, ans; int k, len; long long d
2024-07-03
8
第28题 #include <iostream> #include <queue> using namespace std; const int maxl = 20
2024-07-02
9
第 16 题 下列选项不能输出三行 你好 的是? A. print("你好") print("你好") print("你好")
2024-06-28
10
39 #include <iostream> using namespace std; int main() int n,m; cin >n >m; int x =1,y 1;
2024-04-21
11
40 #include <iostream> using namespace std; int main() { int n,m; cin >n>>m; int x 1,
2024-04-21
12
38 #include <iostream> using namespace std; int main( { int n,m; cin >n>>m; int x =1,
2024-04-21
13
37 #include <iostream> using namespace std; struct point { int x,y; : void add(point &a,point
2024-04-21
14
第 6 题 单选题、想要输出 0-100 的数字,横线处应填写的是? for n in range(____): print(n) A. 99 B. 100 C. 101 D. 102
2024-03-01
15
“世界那么大,我想去看看”[7,-3]输出( )。 A.我想去 B.想去 C.我想 D.想
2023-10-27