A.42
B.420
C.462
D.42042
E.Compilation fails.
F.An exception is thrown at runtime.
第1题:
A、moved
B、removed
C、awarded
D、given
第2题:
A.Arrays.sort(s);
B.s=newTreeSet(s);
C.Collections.sort(s);
D.s=newSortedSet(s);
第3题:
下列哪个选项是python中的输入输出函数()
A.scranf()和output()
B.print()和output()
C.input()和print()
D.input()和output()
第4题:
A、What's your last name?
B、What's your family name?
C、What's your name?
D、What's your first name?
第5题:
[A] set [B] exact [C] given [D] placed
第6题:
2、若要统计a.dat文件的信息并将结果追加到output.ls文件中,可以使用的命令是
A.wc > a.dat > output.ls
B.wc > a.dat >> output.ls
C.a.dat > wc >> output.ls
D.wc < a dat >> output.ls