The best way, as far as I know, is just to split the input line and then map those to integers, like this: use std::io; let mut line ...
確定! 回上一頁