#include
using namespace std;
int main()
{
int n;
printf("please input n (xxxx):");
scanf("%d",&n);
while(n!=0)
cout< n=n/10; } }
n=n/10;
}