From 04e1d6f2ed92cc9673c70e1c1fbd6619b6694d4d Mon Sep 17 00:00:00 2001 From: "Bob (KhodiukMR)" Date: Mon, 1 Apr 2024 11:56:32 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BC=D0=B8?= =?UTF-8?q?=D0=BD=D0=B8=D0=BC=D1=83=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit r --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.cpp b/main.cpp index c60aa5e..28047c6 100644 --- a/main.cpp +++ b/main.cpp @@ -14,5 +14,11 @@ int main() { else { cout << "Max = " << a << endl; } + if (a <= b) { + cout << "Min = " << a << endl; + } + else { + cout << "Min = " << b << endl; + } return 0; }