...
Этот коммит содержится в:
2
main.cpp
2
main.cpp
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user