摘要: 阅读全文
posted @ 2021-10-07 22:17 major825 阅读(184) 评论(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 阅读(1726) 评论(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 阅读(481) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 22:02 major825 阅读(202) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:59 major825 阅读(62) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:58 major825 阅读(256) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:34 major825 阅读(350) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:27 major825 阅读(95) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:23 major825 阅读(36) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 21:04 major825 阅读(33) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:58 major825 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:56 major825 阅读(138) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:48 major825 阅读(91) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:45 major825 阅读(368) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:43 major825 阅读(368) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:41 major825 阅读(167) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-07 20:39 major825 阅读(58) 评论(0) 推荐(0)