题解 | #牛牛的第二个整数#

牛牛的第二个整数

https://www.nowcoder.com/practice/6f3e10bcf63240a6b7bde95a22cb4cc4

use std::io;

fn main() { let mut number = String::new();

io::stdin().read_line(&mut number).unwrap();


let mut number = number.split_whitespace();

let a =  number.next().unwrap();
let b =  number.next().unwrap();

println!("{}",b)

}

全部评论

相关推荐

如题
投递阿里巴巴集团等公司10个岗位 >
点赞 评论 收藏
分享
06-19 14:58
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务