a = input() b = input() if a=='admis' and b=='Nowcoder666': print("Welcome!") else: print("user id or password is not correct!")