From 68fac4cb260ac5bc1bc2fa679fc7e1bcdd1cdc21 Mon Sep 17 00:00:00 2001 From: VolodinDV Date: Sun, 24 Mar 2024 14:06:30 +0300 Subject: [PATCH] ... --- main.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..b634d3f 100644 --- a/main.cpp +++ b/main.cpp @@ -1,9 +1,7 @@ #include - using namespace std; - -int main() -{ - cout << "Hello world!" << endl; - return 0; +int main(){ + int a,b; + cout<<"enter A and B"; + cin>> a>>b; }