Code: Rust. 2021-02-18 12:11:18. use std::io; let mut input = String::new(); match io::stdin().read_line(&mut input) { Ok(n) => { println!
確定! 回上一頁