From 3b967c3c803f3e70a40dc2e81270b06daff6a30f Mon Sep 17 00:00:00 2001 From: "Alice (ShirokovIV)" Date: Fri, 21 Mar 2025 11:27:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B0=20?= =?UTF-8?q?=D0=B8=20=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main.cpp b/main.cpp index e69de29..fff0945 100644 --- a/main.cpp +++ b/main.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() { + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; +} \ No newline at end of file