#include<bits/stdc++.h> using namespace std; int main() { cout<<"Player1"<<endl<<"Tie"<<endl<<"Player2"<<endl; return 0; }