A、Billy# #know-it-all boy
B、the hero boy
C、the girl
第1题:
The young boy is waiting for ().
A、Santa# #his Mom
B、his Dad
C、theConductor
第2题:
某种无色溶液,加入淀粉指示剂呈蓝色,说明此溶液中有()。
A.I2
B.Br2
C.KI
D.H2S
第3题:
设有char str[80];以下不能将输入数据first\nsecond\n<CR>读取到数组str中的语句是
A.cin.get(str,strlen(str));
B.cin.getline(str,strlen(str));
C.cin>>str;
D.cin.read(str,strlen(str));
第4题:
At the train stop, children see ().
A、Santa# #elves
B、reindeer
C、their parents
第5题:
1.importjava.util.*;2.classAddStuff{3.publicstaticvoidmain(String[]args){4.TreeSet〈String〉s=newTreeSet〈String〉();5.s.add("one");6.s.add("two");7.//insertcodehere8.for(Strings2:sorted)9.System.out.print(s2+"");10.}11.}和四个代码片段:s1.SortedSetsorted=s.tailSet(s.first());s2.SortedSet〈String〉sorted=s.tailSet(s.first());s3.SortedSetsorted=(SortedSet)s.tailSet(s.first());s4.SortedSetsorted=(SortedSet〈String〉)s.tailSet(s.first());分别插入到第7行,哪项可以编译?()
A.s1
B.s2
C.s2和s3
D.s2和s4
第6题:
设有char str[80]以下不能将输入数据first\nsecond\n<CR>读取到数组sir中的语句是
A.cin.get(str, strlen(str));
B.cin.getline(str, strlen(str));
C.cin>>str;
D.cin.read(str, strlen(str));