输入一个字符串把这个字符串按逆序重新存放
输入一个字符串,把这个字符串按逆序重新存放 #include #include #define N 100 main() { char a[N],b[N]; int i,con; printf("input a[]
下载地址
用户评论