int year,month,day; while(1) { printf("\n请选择你所需要的服务:\n"); printf("\n输入1求某个日期对应的星期"); printf("\n输入2结束程序\n"); scanf("%d",&option); switch(option)