($N,$K)=split(" ",<>); @list=("Drew","Lost","Won"); print $list[($N-$K)%3];