From e55c623baeb092c5836895211a5fee7eddf2fe48 Mon Sep 17 00:00:00 2001 From: "Alice (MarkovNS)" <MarkovNikS@mpei.ru> Date: Wed, 24 Apr 2024 00:41:20 +0300 Subject: [PATCH] code: double --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index c29e8bd..aec7f72 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout << "Enter A and B: "; - int a, b, mx; + double a, b, mx; cin >> a >> b; if (a>b){ mx=a;