From d67c7772ee8fa28d4d6e1e7c260467cacd1fde4e Mon Sep 17 00:00:00 2001 From: Chernov DE <chernovdy@mpei.ru> Date: Sun, 26 Mar 2023 16:11:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 3a81897..d12efe0 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,6 @@ using namespace std; int main(){ int A,B; - cin>>A; - cin>>B; + cin>>A>>B; + cout << "A + B = " << a + b << '\n'; }