《文献通考》的编撰者是()。
A.郑樵
B.杜佑
C.马端临
D.章学诚
参考答案:C
用N、H、O三种元素组成下列物质或微粒:(用符号填写)
(1)一种气体单质______
(2)一种酸______
(3)相对分子质量最小的氧化物______
(4)一种带正电的根的离子______.
以下程序运行后的输出结果是 #include<stdio.h> int f(int x, int y) { return((y-x)*x); } main() { int a=3, b=4, c=5, d; d=f(f(a, b), f(a, c)); printf("%d\n", d); }
A.10
B.9
C.8
D.7