From ada6a2110c187ed859923d5170c7b13760769043 Mon Sep 17 00:00:00 2001 From: "Alice(PodolskyNK)" Date: Mon, 29 Apr 2024 16:31:12 +0300 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=B8=20int=20=D0=BD=D0=B0=20double?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 21bbd8c..c4d2acb 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,7 @@ int main() { cout << "Enter A and B: "; - int a, b; + double a, b; cin >> a >> b;