大气与血液之间的气体交换称之为内呼吸。
参考答案:错
默写诗文名句,并在括号内的横线上填写相应的作家或篇名(10分)
小题1: ,江春人旧年。 (王湾《 》)
小题2:谁道人生无再少? , 。 (苏轼《浣溪沙》)
小题3: ,冷露无声湿桂花。王建《十五夜望月》
小题4:人有悲欢离合, ,此事古难全。 ( 《水调歌头》)
小题5:壁立千仞, 。
小题6:舟已行矣,而剑不行, , ? (《刻舟求剑》)
若有如下程序: #include <iostream> using namespaces std; int s=O; class sample static int n; public: sample(int i) n=i; static void add() s+=n; ; int sample::s=O; int main() sample a(2),b(5); sample: :add(); cout<<s<<end1;return 0; 程序运行后的输出结果是
A.2
B.5
C.7
D.3