From 2b01decae19a35c93af94a10b6bd61973a3e7708 Mon Sep 17 00:00:00 2001 From: faizan Ahamed Date: Sun, 19 Apr 2020 20:24:28 +0530 Subject: [PATCH] Update stairs_pattern.cpp --- others/stairs_pattern.cpp | 1 - 1 file changed, 1 deletion(-) 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 ";