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;