From 4f4710b5527abb27ca45ca52d8041e42a166afde Mon Sep 17 00:00:00 2001 From: "Alice (PozdiayevaAV)" Date: Fri, 31 Oct 2025 09:41:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.cpp b/main.cpp index 8b13789..4204767 100644 --- a/main.cpp +++ b/main.cpp @@ -1 +1,9 @@ +#include +using namespace std; + +int main() +{ + cout << "Enter A and B: "; +double a, b; +cin >> a >> b;