use proconio::input; fn main() { input! { s: i32, f: i32, } let ans = 1 + s / f; println!("{}", ans); }