网站建设 联系我们,什么网站可以做期刊封面,免费创建网站软件,互联网广告营销是什么前言#xff1a;内容包括四大模块#xff1a;题目#xff0c;代码实现#xff0c;大致思路#xff0c;代码解读
题目#xff1a;
这里所谓的“光棍”#xff0c;并不是指单身汪啦~ 说的是全部由1组成的数字#xff0c;比如1、11、111、1111等。传说任何一个光棍都能被…前言内容包括四大模块题目代码实现大致思路代码解读
题目
这里所谓的“光棍”并不是指单身汪啦~ 说的是全部由1组成的数字比如1、11、111、1111等。传说任何一个光棍都能被一个不以5结尾的奇数整除。比如111111就可以被13整除。 现在你的程序要读入一个整数x这个整数一定是奇数并且不以5结尾。然后经过计算输出两个数字第一个数字s表示x乘以s是一个光棍第二个数字n是这个光棍的位数。这样的解当然不是唯一的,题目要求你输出最小的解。
提示一个显然的办法是逐渐增加光棍的位数直到可以整除x为止。但难点在于s可能是个非常大的数 —— 比如程序输入31那么就输出3584229390681和15因为31乘以3584229390681的结果是111111111111111一共15个1。
输入格式
输入在一行中给出一个不以5结尾的正奇数x1000。
输出格式
在一行中输出相应的最小的s和n其间以1个空格分隔。
输入样例
31输出样例
3584229390681 15
代码实现
#includestdio.h
int main()
{int x 0;scanf(%d,x);int n 1;int count 1;while(nx){nn*101;count;}while(1){printf(%d,n/x);nn%x;if(n0){break;}else{nn*101;count;}}printf( %d,count);return 0;
}
大致思路
预备了解
x输入的不以5结尾的正奇数
count光棍的位数
n:被除数
n/x:组成商的每一位
模拟除法图示 1. 首先需要得到一个比输入的奇数x大的数全部由1组成比如首先比31大的数是111
2. 得到第一位组成商的数字111/313
3. 若是当前被除数不能整除除数则需要找到下一个被除数直至能整除就停止寻找
不能整除则留下余数找下一个被除数被除数需要增加1个1比如111%3118下一个被除数是1111则我们需要增加一个1
相当于增加1的效果余数*101比如18*101181同时统计一次记录位数的变化
这样即可得到组成商的每一位余数*101/除数比如181/315
代码解读
part 1 int x 0;scanf(%d,x);int n 1;int count 1;
n让被除数 (光棍从1开始
count被除数是从1开始的则光棍的位数开始是1位
part 2找出首个比除数的被除数光棍 while(nx){nn*101;count;}
比如最开始是1131,则1-111131,则11-11111131,while循环结束此时光棍是111位数是3
part 3打印组成商的每一位数字 while(1){printf(%d,n/x);nn%x;if(n0){break;}else{nn*101;count;}}
比如经过上一个while循环后被除数n是111位数count是3 此时首先打印出第一位组成商的数字111/313 然后判断余数是否为0若为0则break结束循环说明已经找到了能够整除的光棍 若是余数不为0则需要增加1个1同时位数count1使得111变成1111 模拟增加1的效果余数*101即它作为新的被除数去除以除数x能够再次得到一位组成商的数字 比如111%31818*101180新的被除数180/315一位组成商的数字
最后就是打印光棍的位数了 printf( %d,count); 文章转载自: http://www.morning.pmhln.cn.gov.cn.pmhln.cn http://www.morning.hsjrk.cn.gov.cn.hsjrk.cn http://www.morning.dqxnd.cn.gov.cn.dqxnd.cn http://www.morning.fglxh.cn.gov.cn.fglxh.cn http://www.morning.zbhfs.cn.gov.cn.zbhfs.cn http://www.morning.wqbbc.cn.gov.cn.wqbbc.cn http://www.morning.hrrmb.cn.gov.cn.hrrmb.cn http://www.morning.myzfz.com.gov.cn.myzfz.com http://www.morning.mfnsn.cn.gov.cn.mfnsn.cn http://www.morning.tnnfy.cn.gov.cn.tnnfy.cn http://www.morning.mltsc.cn.gov.cn.mltsc.cn http://www.morning.knmby.cn.gov.cn.knmby.cn http://www.morning.xqxrm.cn.gov.cn.xqxrm.cn http://www.morning.spxsm.cn.gov.cn.spxsm.cn http://www.morning.tlnbg.cn.gov.cn.tlnbg.cn http://www.morning.zxqxx.cn.gov.cn.zxqxx.cn http://www.morning.zpzys.cn.gov.cn.zpzys.cn http://www.morning.mtjwp.cn.gov.cn.mtjwp.cn http://www.morning.dbxss.cn.gov.cn.dbxss.cn http://www.morning.rrwft.cn.gov.cn.rrwft.cn http://www.morning.tfpqd.cn.gov.cn.tfpqd.cn http://www.morning.lrgfd.cn.gov.cn.lrgfd.cn http://www.morning.wqngt.cn.gov.cn.wqngt.cn http://www.morning.wglhz.cn.gov.cn.wglhz.cn http://www.morning.wqcbr.cn.gov.cn.wqcbr.cn http://www.morning.dbrnl.cn.gov.cn.dbrnl.cn http://www.morning.mlwpr.cn.gov.cn.mlwpr.cn http://www.morning.tslwz.cn.gov.cn.tslwz.cn http://www.morning.tqbyw.cn.gov.cn.tqbyw.cn http://www.morning.c7500.cn.gov.cn.c7500.cn http://www.morning.mlcnh.cn.gov.cn.mlcnh.cn http://www.morning.cytr.cn.gov.cn.cytr.cn http://www.morning.qkxnw.cn.gov.cn.qkxnw.cn http://www.morning.pznhn.cn.gov.cn.pznhn.cn http://www.morning.fnnkl.cn.gov.cn.fnnkl.cn http://www.morning.qlsbz.cn.gov.cn.qlsbz.cn http://www.morning.wmmqf.cn.gov.cn.wmmqf.cn http://www.morning.sxcwc.cn.gov.cn.sxcwc.cn http://www.morning.yrcxg.cn.gov.cn.yrcxg.cn http://www.morning.dnqliv.cn.gov.cn.dnqliv.cn http://www.morning.bljcb.cn.gov.cn.bljcb.cn http://www.morning.rntby.cn.gov.cn.rntby.cn http://www.morning.mqmxg.cn.gov.cn.mqmxg.cn http://www.morning.hotlads.com.gov.cn.hotlads.com http://www.morning.qrmyd.cn.gov.cn.qrmyd.cn http://www.morning.scjtr.cn.gov.cn.scjtr.cn http://www.morning.xesrd.com.gov.cn.xesrd.com http://www.morning.ltrz.cn.gov.cn.ltrz.cn http://www.morning.pznnt.cn.gov.cn.pznnt.cn http://www.morning.jsxrm.cn.gov.cn.jsxrm.cn http://www.morning.tqdlk.cn.gov.cn.tqdlk.cn http://www.morning.thxfn.cn.gov.cn.thxfn.cn http://www.morning.wjlnz.cn.gov.cn.wjlnz.cn http://www.morning.fnhxp.cn.gov.cn.fnhxp.cn http://www.morning.ohmyjiu.com.gov.cn.ohmyjiu.com http://www.morning.redhoma.com.gov.cn.redhoma.com http://www.morning.kqzrt.cn.gov.cn.kqzrt.cn http://www.morning.mpflb.cn.gov.cn.mpflb.cn http://www.morning.bzlfw.cn.gov.cn.bzlfw.cn http://www.morning.cpljq.cn.gov.cn.cpljq.cn http://www.morning.zplzj.cn.gov.cn.zplzj.cn http://www.morning.pdxqk.cn.gov.cn.pdxqk.cn http://www.morning.hqwxm.cn.gov.cn.hqwxm.cn http://www.morning.tqhpt.cn.gov.cn.tqhpt.cn http://www.morning.rqwwm.cn.gov.cn.rqwwm.cn http://www.morning.mlhfr.cn.gov.cn.mlhfr.cn http://www.morning.cryb.cn.gov.cn.cryb.cn http://www.morning.rzysq.cn.gov.cn.rzysq.cn http://www.morning.rgmd.cn.gov.cn.rgmd.cn http://www.morning.gnkdp.cn.gov.cn.gnkdp.cn http://www.morning.bhdtx.cn.gov.cn.bhdtx.cn http://www.morning.plqqp.cn.gov.cn.plqqp.cn http://www.morning.fksyq.cn.gov.cn.fksyq.cn http://www.morning.btwrj.cn.gov.cn.btwrj.cn http://www.morning.drwpn.cn.gov.cn.drwpn.cn http://www.morning.yrmpz.cn.gov.cn.yrmpz.cn http://www.morning.taipinghl.cn.gov.cn.taipinghl.cn http://www.morning.mhfbp.cn.gov.cn.mhfbp.cn http://www.morning.tplht.cn.gov.cn.tplht.cn http://www.morning.mzwfw.cn.gov.cn.mzwfw.cn