From c5f278bee5ed79d32cb730d118bedc021be8ac8b Mon Sep 17 00:00:00 2001 From: "Alice (SukhotinMD)" Date: Mon, 24 Mar 2025 16:20:14 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=92=D0=B5=D1=89=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B2=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20=D1=82=D0=B8=D0=BF=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project.cpp b/project/project.cpp index 2c1516e..0f650a2 100644 --- a/project/project.cpp +++ b/project/project.cpp @@ -7,7 +7,7 @@ using namespace std; int main() { cout << "Enter A and B: "; - int a, b; + double a, b; cin >> a >> b; cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n'