Description: #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
}
To Search:
File list (Check if you may need any files):
4-1-1.txt
四-2循环链表删除前驱算法.txt
四-4投票.txt
4-1-2.txt
四-3矩阵.txt