diff --git a/main.cpp b/main.cpp index e69de29..ce7ce54 100644 --- a/main.cpp +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; +int main() +{ + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; + return 0; +} \ No newline at end of file