Rust. use std::collections::HashMap; use std::str::FromStr; use std::io::stdin; ... let components: Vec<&str> = input.trim().split(' ').collect(); ...
確定! 回上一頁