1.int i2.scanf("%d",& i)3.char *p4.p=( char*) malloc(i)5.strcpy(p,"goog")6.puts(p)7.return 0vs报错:6.写入位置发生访问冲突
输入的 i 值是多少?