我怎么这么眼熟,为啥你们俩能提出一模一样的问题
第10行 设置了断点?
第11行 13行 14行 15行 34行 都是同样的错误,单词拼写错误,student
第17行 scanf_s("%s",&p1->cc); 应该改为:scanf_s("%s",p1->cc,20);