Skip to content

Instantly share code, notes, and snippets.

View souwier's full-sized avatar
😭

Рубська Анастасія souwier

😭
  • odessa
View GitHub Profile
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
int user;
int bot;
cout << "1 Камень, 2 Ножицi, 3 Бумага: ";
cin >> user;