use proconio::input; fn main() { input!{ n: u64, s: u64, }; }