Module a
Expand description
§ABC 001 A - 積雪深差
refs: https://atcoder.jp/contests/abc001/tasks/abc001_1
use proconio::input;
fn main() {
input! {
h1: i32,
h2: i32,
}
println!("{}", h1 - h2);
}
refs: https://atcoder.jp/contests/abc001/tasks/abc001_1
use proconio::input;
fn main() {
input! {
h1: i32,
h2: i32,
}
println!("{}", h1 - h2);
}