A、out
B、on
C、down
D、up
第1题:
下面的程序的运行结果是__________
func main() {strs := []string{"one", "two", "three"}for _, s := range strs { go func() { time.Sleep(1 * time.Second) fmt.Printf("%s ", s) }()}time.Sleep(3 * time.Second)}
第2题:
下列赋值语句中正确的是
A.STORE 1 TO X,Y
B.STORE 1,2 TO X
C.STORE 1 TO X Y
D.STORE 1、2 TO X
第3题:
第4题:
The professor asked us to write a _____________ report.
A、two-hundreds-words
B、two-hundreds-word
C、two-hundred-words
D、two-hundred-word
第5题:
第6题: