Родитель
72e549e1e9
Сommit
73d99b915b
@ -1,11 +1,15 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
// you may type whatever you want
|
||||||
|
|
||||||
int main()
|
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;
|
||||||
|
cout << a * b;
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче