输入三个字符串,按由小到大的顺序输出
摘要:
/输入三个字符串,按由小到大的顺序输出/ #include <stdio.h> #include <string.h> int main(void) { char str1[100], str2[100], str3[100]; printf("请输入三个字符串:\n"); scanf("%s %s 阅读全文
posted @ 2024-07-09 23:01
wessf
阅读(65)
评论(0)
推荐(0)