From 635ff647c7f9644bf881f33362e8c39711273ef0 Mon Sep 17 00:00:00 2001 From: Alex-115 Date: Mon, 8 Sep 2025 11:27:00 -0700 Subject: [PATCH] Closes #166 --- main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.cpp b/main.cpp index 958ba61..b41c239 100644 --- a/main.cpp +++ b/main.cpp @@ -1,10 +1,7 @@ #include #include -using std::cin; -using std::cout; -using std::endl; - +using namespace std; int main() { cout << "Hi, please enter two whole numbers: ";