From 39168601e36fac6fb924b390c41e05ace7cb5270 Mon Sep 17 00:00:00 2001 From: "Alice (ShirokovIV)" Date: Thu, 27 Mar 2025 22:29:55 +0300 Subject: [PATCH] fix --- Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source.cpp b/Source.cpp index 026e363..8882fd4 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'; + cout << min(a, b) << '\n'; } \ No newline at end of file