use proconio::input; fn main() { input! { t1: char, t2: char, } println!("({}{}{})/", t1, t2, t1); }