From 4e0ecf82b57d65e924181ecb02c75e61c7a0dc4f Mon Sep 17 00:00:00 2001 From: "Alice (FonovAD)" Date: Mon, 13 Mar 2023 10:16:45 +0300 Subject: [PATCH] ... --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.cpp b/main.cpp index e69de29..eb7dcff 100644 --- a/main.cpp +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespase std; + +int main(){ + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; + return 0; +}