From 2a65b5e2dad6f92487475425a89da8dd1b6fa08a Mon Sep 17 00:00:00 2001 From: "Alice (FonovAD)" Date: Mon, 27 Mar 2023 09:47:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D0=B2=D0=BE=D0=B4=20=D0=B4=D0=B2=D1=83=D1=85=20?= =?UTF-8?q?=D1=87=D0=B8=D1=81=D0=B5=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.cpp b/main.cpp index e69de29..ce7ce54 100644 --- a/main.cpp +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; +int main() +{ + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; + return 0; +} \ No newline at end of file