编译失败,没有形成exe文件
缺少头问题
加上
#define _CRT_SECURE_NO_WARNINGS#include
另外函数 需要前置申明,或者移动到主函数之前。
char* day_name(int n);