#include using namespace std; int main(int argc, char const* argv[]) { int N,K; cin>>N>>K; if(N==0){ if(K==1){ cout<<"Won"<