diff --git a/others/stairs_pattern.cpp b/others/stairs_pattern.cpp index 07ebc7571..e4fdba79f 100644 --- a/others/stairs_pattern.cpp +++ b/others/stairs_pattern.cpp @@ -11,7 +11,6 @@ This program is use to print the following pattern where number of pairs line is given by user */ #include -using namespace std; int main(){ int l, st = 2, x, r, z, n, sp; std::cout << "enter Index ";