From 4d8f7366dc1d57062d31a6319ac4290a2af8c462 Mon Sep 17 00:00:00 2001 From: "Alice (TupikovAA)" Date: Fri, 4 Apr 2025 01:18:23 +0300 Subject: [PATCH] code: add max value --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 418b610..76ee032 100644 --- a/main.cpp +++ b/main.cpp @@ -7,5 +7,6 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; - cout<<"a + b = "<