题目信息
-
题目类型
-
初赛
-
题目年份
-
2023
-
题目题型
-
填空题
-
关 键 词
-
输出
题目题干
37
#include <iostream>
using namespace std;
struct point
{
int x,y;
:
void add(point &a,point &b)
{
a.x +=b.x;
a.y +=b.y;
}
int main()
point a,b;
cin >a.x >a.y >b.x >b.y;
add(a,b);
add(a,a);
cout <a.x<<'<<a.y <endl;
return 0;
}
输入:1234
输出:____
答案解析
相关题目
-
38 #include <iostream> using namespace std; int main( { int n,m; cin >n>>m; int x =1,
-
37 #include <iostream> using namespace std; struct point { int x,y; : void add(point &a,point
-
36 已知二叉树的前序遍历顺序为ABDCEGHF,中序遍历顺序为DBAGEHCF,该二叉树的后序遍历为___
-
35 int fun(int a,int b) if (b =0)return a; return fun(b,a b); 执行fun(84,119)函数返回值为___
-
34 假设字符串5="NOC23",则s的非空子串的个数为
-
33 假定一个二维数组的定义为char ch[8][8]:则该数组所占存储空间的字节总数为
-
C++语言中的每条基本语句以___作为结束符。(请填英文符号)
-
31 对数组进行sort排序,reverse)反转,二分查找lower_.bound、upper_.bounds等操作需要包含头文件:<一>(本题横线处仅填写英文字母)
-
30 阅读以下程序 #include <iostream> using namespace std; int cnt[10]=() void split(int x) while (x 0
-
29对于长度为的数组,排序算法的最坏时间复杂度为0(n²)的是 A.选择排序 B.归并排序 C.插入排序 D.冒泡排序
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会