#include <stdio.h> #include <string.h> int main() { char *p="hello"; strcpy(p,"hh"); return 0; } 这个程序为什么会崩溃
望远
程序猿天璇
相关分类