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