PROGRAMMING:Are you ready?
Before the exam, the teacher asked if everyone was ready. All the students answered in order, and then the exam began. Please program to realize the Q & a process.
###Input format:
Enter a list of students, separated by spaces.
###Output format:
The Jielong process is shown in the example.
###Input example:
```in
Tony Mary Allen John Bob
```
###Output example:
```out
Teacher: Hi everyone, are you ready?
Tony: I'm ready!
Mary: I'm ready! I'm ready!
Allen: I'm ready! I'm ready! I'm ready!
John: I'm ready! I'm ready! I'm ready! I'm ready!
Bob: I'm ready! I'm ready! I'm ready! I'm ready! I'm ready!
Teacher: OK! Let's start our exam.
```
answer:If there is no answer, please comment
###Input format:
Enter a list of students, separated by spaces.
###Output format:
The Jielong process is shown in the example.
###Input example:
```in
Tony Mary Allen John Bob
```
###Output example:
```out
Teacher: Hi everyone, are you ready?
Tony: I'm ready!
Mary: I'm ready! I'm ready!
Allen: I'm ready! I'm ready! I'm ready!
John: I'm ready! I'm ready! I'm ready! I'm ready!
Bob: I'm ready! I'm ready! I'm ready! I'm ready! I'm ready!
Teacher: OK! Let's start our exam.
```
answer:If there is no answer, please comment