文件名称:datastruct
介绍说明--下载内容均来自于网络,请自行研究使用
通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#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