解决方法:
在头文件里 引入 stdlib 文件, #include <stdlib.h>
分析: 使用了 exit() 函数 须要应用 stdlib 文件
事实上能够不用 exit() 函数,能够使用 return 0 来取代。这样就能够省了输入头文件啦!