From fda6c91ef38c4599b5437ef7dda01bc49534a153 Mon Sep 17 00:00:00 2001 From: "Alice (AnikeevAA)" Date: Tue, 7 Mar 2023 17:19:51 +0300 Subject: [PATCH] =?UTF-8?q?project:=20=D0=BC=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D1=83=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 2a16538..ea70a5e 100644 --- a/main.cpp +++ b/main.cpp @@ -16,5 +16,7 @@ int main() cout << "A / B = " << a / b << '\n'; + cout << max(a, b); + return 0; }