complete 33178.rs
This commit is contained in:
12
storage/zeta/rs/completed/33178.rs
Normal file
12
storage/zeta/rs/completed/33178.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use std::io::stdin;
|
||||
|
||||
fn main() {
|
||||
let n = stdin()
|
||||
.lines()
|
||||
.next()
|
||||
.unwrap()
|
||||
.unwrap()
|
||||
.parse::<i32>()
|
||||
.unwrap();
|
||||
println!("{}", n / 10);
|
||||
}
|
||||
Reference in New Issue
Block a user