Bob (ShestovDN) 2 лет назад
Родитель 6f52dce28f
Сommit 5d794ceb24

@ -9,4 +9,5 @@ int main()
int a,b; int a,b;
cin>>a>>b; cin>>a>>b;
cout<<"A+B="<<a+b<<'\n'<<"A-B="<<a-b<<'\n'; cout<<"A+B="<<a+b<<'\n'<<"A-B="<<a-b<<'\n';
cout<<"A*B="<<a*b;
} }

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