From 1063eb194302cbf361ca92ffd9229093b6f82833 Mon Sep 17 00:00:00 2001 From: "Alice (NovikovDM)" Date: Mon, 27 Mar 2023 15:04:06 +0300 Subject: [PATCH] <<< --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 1337e80..b887f29 100644 --- a/main.cpp +++ b/main.cpp @@ -7,5 +7,6 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; + return 0; }