From b5c091fd9c9bddceabce2a1f42c0115dd5e3f53a Mon Sep 17 00:00:00 2001 From: "Alice (ShirokovIV)" <ShirokovIV@mpei.ru> Date: Thu, 27 Mar 2025 22:00:14 +0300 Subject: [PATCH] max --- Source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source.cpp b/Source.cpp index 2226cff..b7cca15 100644 --- a/Source.cpp +++ b/Source.cpp @@ -8,5 +8,6 @@ int main() { << "A - B = " << a - b << '\n' << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; + << max(a, b) << '\n'; } \ No newline at end of file