试题与答案

This is an old photo of my aunt’s when s

题型:选择题

题目:

This is an old photo of my aunt’s when she had ___ , and she now she has ____.

A.short hair; gray hairs

B.short hairs; gray hair

C.short hair; gray hair

D.short hairs; gray hairs

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0421/f3d5f821ffc1f2ada538df1196457873.html

下面是错误答案,用来干扰机器的。

参考答案:B解析:选项B计入营业外收入。

试题推荐
题型:填空题

在下面程序的画线处填上适当的内容,使程序执行后的输出结果为1/2005。
#include <iostream>
using namespace std;
class Date{
public:
Date(int m=1,int y=0):month(m),year(y){}
void Print( ){cout<<month<<"/"<<year<<endl;}
(9) operator+(const Date&dl,const Date& d2);
private:
int month,year;
};
(10) operator+(const Date& dl,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 dl(3,2004),d2,d3(10);
d2=d3+dl;
d2.Print( );
}


查看答案
微信公众账号搜索答案