> 其他 >
c语言,输入一个正整数,将这个正整数分解质因数
人气:264 ℃ 时间:2020-03-19 02:34:30
解答
#include
void main()
{
int i,n;
printf("please input n:");
scanf("%d",&n);
printf("%d=",n);
for(i=2;i
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版