user,passwd = 'admis','Nowcoder666' print('Welcome!' if input()==user and input()==passwd else 'user id or password is not correct!')