在下面程序的横线处填上______,使程序执行后的输出结果为1/2005。
#include<iostream.h>
using namespace std;
class Date
Public:
Date(int m=1,int y=0): month(m),year(y)
void Print( )cout<<month<<"/"<<year<<end1;
______operator+(const Date&d1,const Date&d2);
private:
int month, year;
;
Date operator+(const Date&d1,const Date&d2)
int year,month;
year=d1.year+d2.year;
month=d1.month+d2.month;
year+=(month-1)/12;
month=(month-1)%12+1;
return Date(month,year);
void main( )
Date d1(3,2004),d2,d3(10);
d2=d3+d1;
d2.Print( );
题库:计算机等级考试
类型:填空题
时间:2017-07-03 15:59:36
免费下载:《填空》Word试卷
在下面程序的横线处填上______,使程序执行后的输出结果为1/2005。
#include<iostream.h>
using namespace std;
class Date
Public:
Date(int m=1,int y=0): month(m),year(y)
void Print( )cout<<month<<"/"<<year<<end1;
______operator+(const Date&d1,const Date&d2);
private:
int month, year;
;
Date operator+(const Date&d1,const Date&d2)
int year,month;
year=d1.year+d2.year;
month=d1.month+d2.month;
year+=(month-1)/12;
month=(month-1)%12+1;
return Date(month,year);
void main( )
Date d1(3,2004),d2,d3(10);
d2=d3+d1;
d2.Print( );
本题关键词:面试程序,程序,处方销毁程序,应急处置程序,当场处罚程序,输出结果,X线检查程序,竣工结算程序,行政诉讼程序,行为结果;