Регистрация | Вход
// (с)Михайло 1985int main(){ int inputNum;s: cout << "input number(0-10): "; cin >> inputNum; if(inputNum == rand() % 10) cout << "you win!"<< endl; else cout << "you lose(("<< endl; goto s;}