#include #define P(x) std::cout <>n >> k; int t = k-n; if(t<0) t=t+3; if(k ==n) P("Drew"); else if(t%3 ==1) P("Won"); else P("Lost"); }