From d18cf6ae047c91941cb303e533dbc980c47d427c Mon Sep 17 00:00:00 2001
From: "Alice (MachulinaDV)" <MachulinaDV@mpei.ru>
Date: Fri, 24 Mar 2023 01:46:06 +0300
Subject: [PATCH] =?UTF-8?q?data:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?=
 =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B8=D0=BF=D0=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Source.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source.cpp b/Source.cpp
index 681f63f..10e637d 100644
--- a/Source.cpp
+++ b/Source.cpp
@@ -8,7 +8,7 @@ int main()
 	
 	cout << "Enter A and B: ";
 
-	int a, b, max, min;
+	double a, b, max, min;
 	cin >> a >> b;
 
 	if (a > b)