#include <iostream>

using namespace std;


int main()

{

    int p1;

    int p2;

    

    printf("묵찌빠 게임.\n");

    cout << "1p's turn (0가위 1바위 2보): ";

    cin >> "p1";

    printf("")

    cout << "2p's turn (0가위 1바위 2보) : ";

    cin >> "p2";

    

    if (p1 == p2)

    {

        cout << "draw gmae start again.";

        while (p1 == p2)

        {

            cout << "1p's turn : ";

        cin >> "p1";

        cout << "2p's turn : ";

        cin >> "p2";

        }

        else if (p1 == 0 && p2 == 1)

        {

        cout << "2p win\n"; 

        cout <<"2p's turn (0묵 1찌 2빠) : ";

        cin >> "p2";

        cout << "1p's turn (0묵 1찌 2빠) : ";

        cin >> "p1";

        

        if (p1 == p2)

        {

          cout << "2p win"  

        }

        if (p1 != p2)

        {

            if ()

        }

        

        }

    }

    

}

영어 ㅈ 같은건 넘어가주고 이거 담에 어케해야할지 감이안와 이것도 틀린듯