Alice (SmirnovF) 1 год назад
Родитель 54bcaccfdb
Сommit c99e697a98

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

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