Ruby从终端读int

Ruby从终端读int

最近写道题目,其中要求从终端stdin读数字,格式如下:
1 2 3 4 5

我用

[Copy to clipboard] [ - ]
不能用to_i,可以用Integer(gets)