// editor2
#include <iostream>
using namespace std;
int main()
{
    char player 1, player 2;
    cout<<"player1move"<<endl;
    cin>>player1;
    cout<<"player2move"<<endl;
    cin>>player2;
     if rock,scissors;
     player1 wins;
     else rock lizard;
     tie;
     return 0
     
}