题解 | #数字颠倒#

数字颠倒

http://www.nowcoder.com/practice/ae809795fca34687a48b172186e3dafe

#include <string.h>

int main()
{
    int x,i;
    scanf("%d",&x);
    printf("%d",x%10);
      x/=10; 
    while(x!=0)
    {
        printf("%d",x%10);
      
          x/=10; 
    }
}
   
全部评论

相关推荐

喜欢吃蛋糕仰泳鲈鱼是我的神:字节可以找个hr 给你挂了,再放池子捞
点赞 评论 收藏
分享
1 1 评论
分享
牛客网
牛客企业服务