PROGRAMMING:Password test
The function of the program is to first input the password string pass of a system_ STR, and then you keep typing your password string pass_ You, each time compared with the system password, the maximum number of wrong input is three times.
###Input format:
The first line is the system password string pass_ str。
The next few lines are the password you are going to enter, pass_ If the password is correct or wrong for three times, end the program.
###Output format:
Correct password. Come in please! After the end of the procedure;
Wrong password, output: wrong password
Password error up to three times, output: wrong three times, goodbye!
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
PASSWORD
ZHIMAKAIMEN
kuaikaimen
twelve million three hundred and forty-five thousand six hundred and seventy-eight
```
###Output example:
```out
Wrong password[1].
Wrong password[2].
Wrong password[3].
Wrong three times,Goodbye!
```
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
PASSWORD
ZHIMAKAIMEN
twelve million three hundred and forty-five thousand six hundred and seventy-eight
kuaikaimen
```
###Output example:
```out
Wrong password[1].
Wrong password[2].
Correct password.Come in please!
```
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
twelve million three hundred and forty-five thousand six hundred and seventy-eight
kuaikaimen
```
###Output example:
```out
Correct password.Come in please!
```
answer:If there is no answer, please comment
###Input format:
The first line is the system password string pass_ str。
The next few lines are the password you are going to enter, pass_ If the password is correct or wrong for three times, end the program.
###Output format:
Correct password. Come in please! After the end of the procedure;
Wrong password, output: wrong password
Password error up to three times, output: wrong three times, goodbye!
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
PASSWORD
ZHIMAKAIMEN
kuaikaimen
twelve million three hundred and forty-five thousand six hundred and seventy-eight
```
###Output example:
```out
Wrong password[1].
Wrong password[2].
Wrong password[3].
Wrong three times,Goodbye!
```
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
PASSWORD
ZHIMAKAIMEN
twelve million three hundred and forty-five thousand six hundred and seventy-eight
kuaikaimen
```
###Output example:
```out
Wrong password[1].
Wrong password[2].
Correct password.Come in please!
```
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
twelve million three hundred and forty-five thousand six hundred and seventy-eight
kuaikaimen
```
###Output example:
```out
Correct password.Come in please!
```
answer:If there is no answer, please comment