code: ввод переменных

main
Alice (AkinshinaDA) 2 месяцев назад
Родитель fa52ffcba9
Сommit a781f54d03

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

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