use proconio::input; fn main(){ input!{ _r: i64, x: i64, y: i64, } println!("{} {}", 4*x, 3*y); }