摘要:
体育已经成为一门重要的中考科目,但身体存在某些疾病的同学可以免考。 为此,凤湖中学每年需要整理一下毕业班同学(学生数不超过300人)的体检表中的体检结论,筛选出需要免考的同学,建议其申请免考。 要求建立一个类Exam,每个Exam类对象存储一位同学的体检信息,包括私有数据成员: string num 阅读全文
摘要:
#include <iostream>#include <iostream>#include <algorithm>using namespace std;int flag(int elem){ int t; if(elem%100==0) { if(elem%400==0) { t=366; } 阅读全文