首页 新闻 会员 周边
2
回答数

已解决问题 关于堆区释放内存问题

#include "stdio.h" #include "stdlib.h" typedef struct _teacher { char name[10]; int age; char *title