#include using namespace std; int main() { int p; cin >> p; for (int i = 0; i < p; ++i) cout << "Win" << endl; return 0; }