摘要: 问题描述:任意输入一个4位整数,最后都会得到6174 代码实现: 1 //6174问题 2 #include<stdio.h> 3 #include<string.h> 4 int num[2000]; 5 6 int Get(int x) 7 { 8 int a,b,n; 9 char s[10] 阅读全文
posted @ 2020-04-09 16:42 kakusan 阅读(207) 评论(0) 推荐(0) 编辑