文件名称:BIT_06_02
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
.写一个类,能接受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