How to read from stdin rust. Copy. use std::io; let mut input = String::new(); match io::stdin().read_line(&mut input) { Ok(n) => { println!
確定! 回上一頁