use proconio::input; fn main() { input! { _n: usize, s: String, } let idx = s.find('c').unwrap(); println!("UEC{}", &s[idx+1..]); }