Alice (ShestovDN) 2 лет назад
Родитель abe145f1b5
Сommit 9a60356920

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

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