题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
编程题
-
关 键 词
-
程序
题目题干
阅读程序,写出运行结果。h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
#include<iostream>h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
using namespace std;h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
class Ah0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{ public :h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
A( int i, int j ) { a=i; b=j; }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void Add( int x, int y ) { a += x; b += y; }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void show() { cout << "("<<a<<")\t("<<b<<")\n"; }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
private :h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
int a, b;h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
};h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
class B : public Ah0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{ public :h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
B(int i, int j, int m, int n) : A( i, j ),x( m ), y( n ) {}h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void show() { cout << "(" << x << ")\t(" << y << ")\n"; }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void fun() { Add( 3, 5 ); }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void ff() { A::show(); }h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
private :h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
int x, y;h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
};h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
int main()h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{ A a( 1, 2 );h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
a.show();h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
B b( 3, 4, 5, 6 );h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
b.fun();h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
b.A::show();h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
b.show();h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
b.ff();h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
}h0T100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
答案解析
相关题目
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会