24.cin
25.MAIN
26.复合
27.>>
28.#include
29.#
30.
31.a i++ i
32.0 0 2 3 x!=y x=y
33.10,20
34.class Rectangle {
private:
int width
int height
public:
Rectangle(int w,int h): width(w),height(h){}
~Rectangle(){}
int Circumference(){return width*2 + height*2;}
int Square(){return width*height}
}
35.求10个100以内的质数
1:D2:A
3:B
4:A
5:B
6:A
7:B
8:D
9:C
10:D
11:B
12:D
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)