use proconio::input; fn main() { input!{ n: usize, s: String, w: [u64; n], }; }