PalindromeNumber

class Solution {
public:
    bool isPalindrome(int x) {
        int x1=x;
        int x2=x;
        int count=0;
        int num=0;
        int sum=0;
        while(x1>0)//得到未知整数的位数
        {
            x1=x1/10;
            count++;
        }
        for(int i=0;i<=count;i++)
        {
            sum=sum*10+num;//逆置原整数
            num=x2%10;//除10取余数;
            x2=x2/10;
        }
        if(sum==x)
        return true;
        else
        return false;
    }
};

标题名称:PalindromeNumber
文章位置:https://www.cdcxhl.com/article34/poiose.html

成都网站建设公司_创新互联,为您提供建站公司自适应网站服务器托管关键词优化营销型网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

外贸网站制作