摘要:
#include <stdio.h> //程序功能:将任意字符串转置并输出 #include <【1】> main() { char c[20]; int i=0,j; char ch; 【2】; j=【3】; while(【4】) { ch=c[i]; c[i]=c[j-1]; c[j-1]=ch 阅读全文
posted @ 2023-02-11 08:55
myrj
阅读(283)
评论(0)
推荐(0)
摘要:
#include <stdio.h> //a b c均为一位整数,求当三位整数abc+cba=1333时的a,b,c的值 main() { int a,b,c; for(a=1;【1】;a++) for(【2】;b<=9;b++) for(【3】;c<=9;c++) if(【4】) printf(" 阅读全文
posted @ 2023-02-11 08:49
myrj
阅读(87)
评论(0)
推荐(0)
摘要:
#include <stdio.h> //程序功能: 判断输入字符串是不是手机号 //【1】写最少的数 #include <string.h> main() { char zf[【1】],ch; int a,【2】,c; 【3】; c=【4】; if(【5】 || 【6】) b=1; for(a=0 阅读全文
posted @ 2023-02-11 08:27
myrj
阅读(178)
评论(0)
推荐(0)

浙公网安备 33010602011771号