逆序打印

#include <iostream>

using namespace std;

int main()

{

int n,x,y,z;

cin>>n;

if(n<0){

n=-n;

cout<<&quot;-&quot;;

}

while(n%10==0){

n/=10;

}

while(n!=0){

cout<<n%10;

n/=10;

}

return 0;

}

先想办法逆序 再在负数前输出负号

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-22 13:01
搜狐 后端 16*16 本科其他
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务