这个有啥问题?
查看原帖
这个有啥问题?
544275
jingjing_1014楼主2021/7/25 17:56
int a;
cin>>a;
while(a>0)
{
  cout<<a%10;
  a/=10;
}
2021/7/25 17:56
加载中...