Alice (SneguraDS) 1 год назад
Родитель 6f1e734fe4
Сommit a3519c8d51

@ -1,5 +1,4 @@
#include <iostream> #include <iostream>
using namespace std; using namespace std;
int main() int main()
@ -7,5 +6,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;
cout<<"A + B = "<<a+b<<'\n'<<"A - B = "<<a-b<<'\n';
return 0; return 0;
} }

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