"编写一个程序,从标准输入读取integers
序列。"
他们的意思是从command line prompt
还是从用户那里读取输入?Integer.parseInt
还是input.nextInt
(使用scanner
)?
我相信标准输入可以是来自命令行提示符的输入。