diff --git a/Code/C++/Climbing_Stairs.cpp b/Code/C++/Climbing_Stairs.cpp index 987dbaaef..489cb2b80 100644 --- a/Code/C++/Climbing_Stairs.cpp +++ b/Code/C++/Climbing_Stairs.cpp @@ -10,7 +10,6 @@ Extra Storage Size : No extra storage Required. */ - #include using namespace std; @@ -51,9 +50,9 @@ int main() else cout << "The number of stairs must be greater than 0." <