From d70455c11d62a417fd415bc37f9817bc5efe262a Mon Sep 17 00:00:00 2001 From: "Alice (DobrovolskaY)" Date: Wed, 27 Mar 2024 00:25:26 +0200 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D1=82=D0=B8=D0=BF?= 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 17ab8c2..2122bd5 100644 --- a/main.cpp +++ b/main.cpp @@ -3,8 +3,8 @@ using namespace std; int main(){ cout << "Enter A and B: "; -int a, b; -int Maxi; +double a, b; +double Maxi; cin >> a >> b; if (a > b) { Maxi = a;