#include using namespace std; int main() { int n, k; cin>>n>>k; cout<<"Drew\0Lost\0Won"+((n+3-k)%3)*5; }