#include #include using namespace std; int main(){ string res[3][3]={{"Drew","Won" ,"Lost"}, {"Lost","Drew","Won" }, {"Won" ,"Lost","Drew"}}; int N,K; cin>>N>>K; cout<