题目
存在一十进制数(正整数)n,以及一个进制m,编写程序将n转换为m进制表示并输出.
提问时间:2020-09-18
答案
也不知道你要C还是C++,就用通用C代码写的:
#include
void main()
{
int m,n,a[100],len=0;
printf("输入整数n: ");
scanf("%d",&n);
printf("输入进制数m: ");
scanf("%d",&m);
while(n)
{
a[len]=n%m;
n=n/m;
len++;
}
printf("转为%d进制后为:",m);
for (int i=len-1;i>=0;i--)
printf("%d",a[i]);
printf(" ");
}
#include
void main()
{
int m,n,a[100],len=0;
printf("输入整数n: ");
scanf("%d",&n);
printf("输入进制数m: ");
scanf("%d",&m);
while(n)
{
a[len]=n%m;
n=n/m;
len++;
}
printf("转为%d进制后为:",m);
for (int i=len-1;i>=0;i--)
printf("%d",a[i]);
printf(" ");
}
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
- 12a-2b/a+b÷a²-b²/a²+2ab+b² 等于多少
- 2实是欲界之仙都中“之”的意思
- 3寻关于初三物理功的题目(包括功率,机械效率)的计算题,
- 43x+2y=20,4x-5y=19 解方程组,用代入消元法
- 5一辆客车和一辆卡车同时从甲乙两地相对开出,经过4小时两车相遇,已知客车行完全程用9小时,卡车每小时70千
- 6外太空看地球
- 7( ) 5.We got back Beijing by plane on May 7th.改错 A B C D
- 8等量负电荷连线中点电势为什么为负
- 9问一道高二解析几何题
- 10New york state has passed the usa’s first state law banning motorists talking on cell phones怎么翻译
热门考点
- 1英语根据中文提示,完成下列句子.
- 2买鸡蛋 五个五个的数剩下4个 四个四个数剩下3个 三个三个数 剩下2个 总共有多少个鸡蛋
- 3已知函数f(x)的图像关于x=2对称,f(3)=3,则f(-1)=
- 4六年级下册语文第三单元作文 我的理想(歌星)
- 5一个体重为600N的中学生,一直鞋底的面积为40cm平方.请你计算 1)当他站在地面上时对地面压强是多少?
- 6she has lived in shanghai and chongqing,but she does not like( )city very much.
- 7BFB科学八年级(下)周周清测试卷(二)、(三)答案
- 8if we can get together again ,please let me know how weight in your heart about me
- 9Scenario什么意思?
- 103.5.7.9.11.13.15.17.19填到九宫格里,我用九宫格的公式,可是不对,