#include using namespace std; int main(){ int n,k,i; cin>>n>>k; i=(n-k+3)%3; vector ans={"Drew","Lost","Won"}; cout<