From e0810d66221247513cec4310974fcdeac9b81082 Mon Sep 17 00:00:00 2001 From: "Bob (ShevchukDS)" Date: Sat, 17 May 2025 20:36:57 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BC=D0=B8=D0=BD=D0=B8=D0=BC=D1=83?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index e3ff936..deaaf65 100644 --- a/main.cpp +++ b/main.cpp @@ -13,5 +13,7 @@ int main() << "A / B = " << a / b << '\n'; if (a>b) cout << "max = " << a << '\n'; else cout << "max = " << b << '\n'; + if (a