From 434bd1605116143d3d84dd9488c02daaa372f1b1 Mon Sep 17 00:00:00 2001 From: "Alice (IyevlevMD)" Date: Wed, 27 Mar 2024 10:10:39 +0300 Subject: [PATCH] =?UTF-8?q?code=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index eac5055..cc9962c 100644 --- a/main.cpp +++ b/main.cpp @@ -7,4 +7,5 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; + cout << a << b; }