master
Chernov DE 2 лет назад
Родитель c4b85fecb3
Сommit d67c7772ee

@ -2,6 +2,6 @@
using namespace std; using namespace std;
int main(){ int main(){
int A,B; int A,B;
cin>>A; cin>>A>>B;
cin>>B; cout << "A + B = " << a + b << '\n';
} }

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