From c0eb30e819325c262fbefdda081555b29845480c Mon Sep 17 00:00:00 2001 From: "Alice(ShestovDN)" Date: Mon, 5 Jun 2023 17:00:30 +0300 Subject: [PATCH] ... --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index adcd655..37ddce1 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ #include -// you may type whatever you want + using namespace std; @@ -10,7 +10,7 @@ int main() cin >> a >> b; cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n'; - cout<