首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴xy2436462759的代码贴全部
#include <stdio.h>
#include <stdlib.h>
main()
{
int x,n=0;
printf("请输入:");
scanf("%d",&x);
for(n=0;x!=1;n++){
if(x%2==1)
{
x=(3*x+1)/2;
}
......................
阅读全部 | 2018年2月2日 20:15
1
xy2436462759