这里目标是打印输入的前n个字符,为啥只有部分能成功?(cprimer'的一个程序)
收起
int* input()改成char* input()int* pst改成char* pstint ch[n]改成char ch[n]就好了
报告相同问题?