PROGRAMMING:Stone scissors cloth
You and the computer play stone scissors cloth game, programming input you out of what, and then the computer randomly out, and finally output the game result "you win!" Or "computer win!". Let's use the integer 1 for stone, 2 for scissors, and 3 for cloth.
###Input example:
```in
1 2
```
###Output example:
```out
You Win!
```
answer:If there is no answer, please comment
###Input example:
```in
1 2
```
###Output example:
```out
You Win!
```
answer:If there is no answer, please comment