From 39e15e853d1e40b3970c81f9935507c9abf91496 Mon Sep 17 00:00:00 2001 From: "bob (AnikeevAA)" Date: Tue, 7 Mar 2023 18:12:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5?= 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 cb5b77e..7d38837 100644 --- a/main.cpp +++ b/main.cpp @@ -16,6 +16,8 @@ int main() cout << "A / B = " << a / b << '\n'; + cout << max(a, b); + cout << min(a, b); return 0;