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