PROGRAMMING:Electronic Wang
It is said that Wang Xingren's intelligence quotient can reach the level of human 4-year-old children, and he is more intelligent. Wang can do addition calculation. For example, if you put two small balls on the ground, one and two balls respectively, smart Wang will use "Wang! Woof! Woof The result of 1 plus 2 is 3.
This problem requires you to do a simulation program for the electronic pet Wang, according to the number of two piles of small balls recognized by the electronic eye, calculate the sum, and give the answer with the cry of Wang Xingren.
###Input format:
Input positive integers a and B in two [1,9] intervals in one line, separated by spaces.
###Output format:
Output a + B "Wang!" in one line.
###Input example:
```in
2 1
```
###Output example:
```out
Wang! Wang! Wang!
```
answer:If there is no answer, please comment
This problem requires you to do a simulation program for the electronic pet Wang, according to the number of two piles of small balls recognized by the electronic eye, calculate the sum, and give the answer with the cry of Wang Xingren.
###Input format:
Input positive integers a and B in two [1,9] intervals in one line, separated by spaces.
###Output format:
Output a + B "Wang!" in one line.
###Input example:
```in
2 1
```
###Output example:
```out
Wang! Wang! Wang!
```
answer:If there is no answer, please comment