use proconio::input; fn main(){ input!{ t: usize, ns: [i64; t], } for n in ns{ let mut bit = 0_i64; for i in 0..40{ bit += n/(2_i64<