Win Draw Lose golf


Statement
You are given S contains only 'o', 'x'.
Replace it with as below:
* # of 'o' > # of 'x': "win"
* # of 'o' = # of 'x': "draw"
* # of 'o' < # of 'x': "lose"

Constraint
* 1 ≤ |S| ≤ 50
Sample Input
Sample Output
Contest ID
0001
Writer
admin
Publish date
2020/05/07 22:00:00
Solved
948
Best
6
Top player
Yupiteru