#include <stdio.h>void main(){ char *item=new char[5]; scanf("%s", item); printf("item = %s", item);}
输入多于5个字符(但不能多太多),还是可以全部输出!急求!!!