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

@ -7,6 +7,6 @@ int main()
cout<< "Enter A and B: "; cout<< "Enter A and B: ";
int a,b; int a,b;
cin>>a>>b; cin>>a>>b;
cin>>a+b; cout<<"a+b="<<a+b<<'\n'<<"a-b="<<a-b<<'\n';
return 0; return 0;
} }

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