From 63d8114c60dbfbe6e508d47e8df679b90946d5e9 Mon Sep 17 00:00:00 2001 From: "Alice (StarikovEV)" Date: Mon, 20 Mar 2023 15:53:14 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B2=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=82=D0=BA=D0=B5?= 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 5203d3c..05289d3 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ using namespace std; -int main() +double main() { cout << "Enter A and B: "; int a, b;