master
Alice(KuzinVV) 2 лет назад
Родитель c07a3027f3
Сommit 4bba4b52fe

@ -4,6 +4,9 @@ using namespace std;
int main()
{
cout << "Hello world!" << endl;
cout << "Enter A and B: ";
int a, b;
cin >> a >> b;
return 0;
}

Загрузка…
Отмена
Сохранить