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

@ -7,5 +7,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';
return 0; return 0;
} }

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