文件名称:BIT_06_02
介绍说明--下载内容均来自于网络,请自行研究使用
.写一个类,能接受int型的变量,接收变量后能存储原变量(譬如12345)和其反向变量(54321),最多处理数量为10个,当输入达到10个或者输入变量为0的时候停止。并且在类销毁前输出存储的所有变量。
例如: 输入:12345,2234,0
输出:12345 54321
2234 4322
-. Write a class, can accept an int variable to receive the original variables can store variables (such as 12345) and its reverse variables (54321), handling up to number 10, 10 or when the input to the input variable 0 when to stop. And destroyed before the output stored in the class of all variables. For example: Input: 12345,2234,0 output: 12345 5432122344322
例如: 输入:12345,2234,0
输出:12345 54321
2234 4322
-. Write a class, can accept an int variable to receive the original variables can store variables (such as 12345) and its reverse variables (54321), handling up to number 10, 10 or when the input to the input variable 0 when to stop. And destroyed before the output stored in the class of all variables. For example: Input: 12345,2234,0 output: 12345 5432122344322
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BIT_06_02.cpp