摘要: 阅读全文
posted @ 2021-10-07 22:17 major825 阅读(188) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> void main() { char str[1024]; int i=0; printf("请输入一串字符:"); scanf("%s",str); while(str[i]!=' 阅读全文
posted @ 2021-10-07 22:15 major825 阅读(1749) 评论(0) 推荐(0)
摘要: #include <stdio.h> void main() { char t[100]; char *p=t,*s=t; printf("输入字符串:"); gets(t); while(*p) { if(*p!=32) *s++=*p; p++; } *s='\0'; puts(t); } 阅读全文
posted @ 2021-10-07 22:12 major825 阅读(482) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 22:02 major825 阅读(207) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:59 major825 阅读(69) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:58 major825 阅读(258) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:34 major825 阅读(360) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:27 major825 阅读(108) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:23 major825 阅读(41) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:04 major825 阅读(37) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:58 major825 阅读(160) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:56 major825 阅读(141) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:48 major825 阅读(98) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:45 major825 阅读(374) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:43 major825 阅读(373) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:41 major825 阅读(175) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:39 major825 阅读(62) 评论(0) 推荐(0)