#include <stdio.h>main(){ char * s; printf("shuru string:\n"); scanf("%s", s); printf("%s\n", s);}输入一个字符串后,出现内存地址不能为"written"的错误!什么情况?