赞
踩
/*2.输入三个字符串,按有小到大的顺序输出*/ #include <stdio.h> #include <string.h> int main() { char arr[3][100]; char *p[3]={ arr[0],arr[1