From 5f4c5aba80527c4128747906c4da350c8530e081 Mon Sep 17 00:00:00 2001 From: "Alice (AnikeevAA)" Date: Mon, 6 Mar 2023 17:41:35 +0300 Subject: [PATCH] =?UTF-8?q?project:=20=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 0d0652c..2a16538 100644 --- a/main.cpp +++ b/main.cpp @@ -14,5 +14,7 @@ int main() cout << "A * B = " << a * b << '\n'; + cout << "A / B = " << a / b << '\n'; + return 0; }