试题与答案

巴黎的城市改建体现了( )的影响,形成放射状的街道,且轴线对称,具有雄伟壮丽的宫殿

题型:单项选择题

题目:

巴黎的城市改建体现了( )的影响,形成放射状的街道,且轴线对称,具有雄伟壮丽的宫殿和规整对称的公共广场。

A.中世纪城市

B.古罗马风

C.古典主义思潮

D.现代城市规划

答案:

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

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

参考答案:C

试题推荐
题型:问答题


阅读以下说明和C++程序,将应填入(n)处的字句写在对应栏内。
【说明】
下面程序的功能是计算并输出某年某月的天数,函数IsLeap Year()能够判断是否是闰年。
【C++程序】
# include < iostream >
using namespace std;
(1) Month {Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec };
class Date {
public:
Date( int year, Month m_ month) {
this→year = year;
if( (2) ) month: Jan;
else month = m_ month;
};
~Date(){};
bool IsLeap Year( ) {
return ((year%4= =0 &&year% 100 ! =0)|| year%400= =0);
};
int CaculateDays( ) {
switch(m_month ) {
case (3) ;{
if (4) return 29;
else return 28;
}
case Jan: case Mar: case May: case Jul: case Aug: case Oct: case Dec: return 31;
case Apr: case Jun: case Sop: case Nov: return 30;
}
}
private:
int year;
Month month;
};
void main( ) {
Date day(2000,Feb);
cout < <day. (5) ( );
}

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