code: добавление a и b

main
Alice (KireevYP) 2 лет назад
Родитель 3507b0ef0d
Сommit f0cd5aa2c2

@ -1,9 +1,10 @@
#include <iostream> #include <iostream>
using namespace std; using namespace std;
int main() int main()
{ {
cout << "Hello world!" << endl; cout << "Enter A and B:" << endl;
int a, b;
cin >> a >> b;
return 0; return 0;
} }

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