code: изменено тело кода

main
Alice (DobrovolskaY) 1 год назад
Родитель eb9a6f8fd6
Сommit b0b79d1e89

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

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