Этот коммит содержится в:
Alice (ShestovDN)
2023-03-13 14:32:35 +03:00
родитель 271d82ae1c
Коммит 0b49b5c185

Просмотреть файл

@@ -4,6 +4,7 @@ using namespace std;
int main() int main()
{ {
cout << "Hello world!" << endl; cout<<"Enter A and B";
return 0; int a,b;
cin>>a>>b;
} }