use proconio::input; fn main() { input! { a: i32, b: i32, } println!("{}", (b + a - 1) / a); }