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