在现代社会中,根据闲暇时间的分布状况,一般将其分为()部分。
A.每日闲暇时间
B.每周闲暇时间
C.公共假日
D.带年薪休假
参考答案:A, B, C, D
下面程序错误的语句是 ①# include <iostream.h> ②void main( ) ③ ④ int * p=new int[1]; ⑤ p=9; ⑥ cout << * p << endl; ⑦ delete [ ]p; ⑧
A.④
B.⑤
C.⑥
D.⑦