文件名称:datastruct
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.61kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include<iostream>
using namespace std
int main()
{int a,b=0
cout<<"please input the integer:"<<endl
cin>>a
while(a)
{b=b*10+a 10
a/=10 }
cout<<"the end is"<<b<<endl
return 0
}
using namespace std
int main()
{int a,b=0
cout<<"please input the integer:"<<endl
cin>>a
while(a)
{b=b*10+a 10
a/=10 }
cout<<"the end is"<<b<<endl
return 0
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4-1-1.txt
四-2循环链表删除前驱算法.txt
四-4投票.txt
4-1-2.txt
四-3矩阵.txt
四-2循环链表删除前驱算法.txt
四-4投票.txt
4-1-2.txt
四-3矩阵.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.