摘要:
阅读全文
posted @ 2021-10-07 22:17
major825
阅读(187)
评论(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
阅读(1746)
评论(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
阅读(204)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:59
major825
阅读(63)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:58
major825
阅读(257)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:34
major825
阅读(356)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:27
major825
阅读(105)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:23
major825
阅读(37)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 21:04
major825
阅读(35)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:58
major825
阅读(156)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:56
major825
阅读(141)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:48
major825
阅读(96)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:45
major825
阅读(372)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:43
major825
阅读(371)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:41
major825
阅读(172)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2021-10-07 20:39
major825
阅读(61)
评论(0)
推荐(0)
浙公网安备 33010602011771号