摘要:
#include<stdio.h> main(){ char str[20]; int i,cnt; cnt=i=0; gets(str); while(str[i]!='\0') { if(str[i]>='A'&&str[i]<='Z') cnt++; i++; } printf("大写字母个数 阅读全文
posted @ 2021-11-27 22:52
梅川丘库
阅读(37)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<string.h> void a(); void b(); void c(); void d(); void e(); main(){ a(); } void a(){ int i; printf("主菜单\n1.登录\n2.注册\n3.输入水仙 阅读全文
posted @ 2021-11-27 22:26
梅川丘库
阅读(22)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h> #include <time.h>main(){ int x,guess; srand((unsigned int)time(NULL)); guess=rand()%100; while(1){ printf("请输入数 阅读全文
posted @ 2021-11-27 22:19
梅川丘库
阅读(22)
评论(0)
推荐(0)
浙公网安备 33010602011771号