请在 下方输入 要搜索的题目:

判断一个五位数a是否是回文数,不正确的语句是_____________


A、if (a/10000==a%10 and a/1000%10==a/10%10)printf("yes");
B、if (a/10000%10==a/1%10 and a/1000%10==a/10%10)printf("yes");
C、if (a%10000==a%10 and a%1000==a%10)printf("yes");
D、if (a-a%10000==a%10*10000 and (a-a%1000)%10==a/10%10)printf("yes");

发布时间:2025-08-01 02:33:13
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:C
专业技术学习
专业技术学习
搜搜题库系统