From 33678e183594c19f227be7f4ed1f80ab36a9dd6e Mon Sep 17 00:00:00 2001 From: Alice Date: Sun, 19 Mar 2023 14:52:57 +0300 Subject: [PATCH] Substract commit' --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 93d6272..7e94306 100644 --- a/main.cpp +++ b/main.cpp @@ -1,4 +1,3 @@ -// you may type whatever you want cout << "Enter A and B: "; int a, b; cin >> a >> b;