From 4b023e4f1736a4cde524eb76494b9490b7657d61 Mon Sep 17 00:00:00 2001 From: "Bob (ChernovDE)" Date: Sun, 26 Mar 2023 22:36:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=BE=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bob.cpp | 9 --------- main.cpp | 7 +++---- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 bob.cpp diff --git a/bob.cpp b/bob.cpp deleted file mode 100644 index df5cde5..0000000 --- a/bob.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include -using namespace std; -int main(){ - int A,B; - cin>>A>>B; - cout << "A + B = " << A + B << '\n'<< "A - B = " << A - B << '\n'<<"A * B = " << A * B <<"A / B = " << A / B; - if (A using namespace std; int main(){ - double A,B; + int A,B; cin>>A>>B; cout << "A + B = " << A + B << '\n'<< "A - B = " << A - B << '\n'<<"A * B = " << A * B <<"A / B = " << A / B; - if (A>B){ - cout<