若要使房子周围的门窗都朝南,房子只能建在[ ]
A.赤道上
B.北极点上
C.南极点上
D.本初子午线上
答案:B
列举和平共处五项原则的内容。
下面程序段的输出结果是public class Test{ public static void main(Stringargs[]){ int x,y; x=(int)Math.sqrt(5)/2+(int)Math.random()*5/2; y=(int)Math.sqrt(3)/2+(ht)Math.random()*3/2; if(x>y) System.out.println(”x>y”); else if(x=y) System.out.println(”x=y”); else System.out.Println(”x<y”);} }
A.x>y
B.x=y
C.x<y
D.编译错误