include <stdio.h> include <string.h> include <stdlib.h> int main(){ int n,i,j;char (*p)[10],a[10];printf("请输入你要输入的国家个数:");scanf("%d",&n);p=(char (*)[10])calloc(n,sizeof(char *[10]));printf("请输入国家的名字\n");for (i=0;i<n;i++)scanf...
先定义一个数组 shuzu[N] //N指国家个数 然后for循环 冒泡排序不就可以了? C语言课本上有吧?~ Uncle王 叫我前辈 9 木有,不会,求答案,我好复制粘贴交作业 wylfeel 我是好人 6 用一个字符比较函数 王子不骑马了 卖萌可耻 11 不会撒 Uncle王 叫我前辈 9 你给写一下吧,不费时间的 登录...