From c000146aaae3346642acf99107ac8a986f1e9b3d Mon Sep 17 00:00:00 2001 From: "Alice (MusaevEV)" <=> Date: Sat, 6 Apr 2024 00:09:27 +0300 Subject: [PATCH] code:double alices --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e51019d..6af6632 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout << "Enter A and B: "; -int a, b, max; +double a, b, max; cin >> a >> b; if (a > b) max = a;