From 5b4e176921fb63cacc1346bba44817dc456562bc Mon Sep 17 00:00:00 2001 From: "Bob (ShirokovIV)" Date: Thu, 27 Mar 2025 22:10:03 +0300 Subject: [PATCH] min --- Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source.cpp b/Source.cpp index b7cca15..026e363 100644 --- a/Source.cpp +++ b/Source.cpp @@ -9,5 +9,5 @@ int main() { << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; << max(a, b) << '\n'; - + << min(a, b) << '\n'; } \ No newline at end of file