From b493463cba83705bc6e9555d37ea124c6205fdfb Mon Sep 17 00:00:00 2001 From: Tanuj Dhiman <56601466+tanujdhiman@users.noreply.github.com> Date: Sat, 24 Oct 2020 22:12:13 +0530 Subject: [PATCH] Update linear.cpp --- linear.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linear.cpp b/linear.cpp index 8d3b663..21602d5 100644 --- a/linear.cpp +++ b/linear.cpp @@ -1,4 +1,5 @@ #include +using namespace std; int main(){ int number_of_rounds = 0; @@ -8,4 +9,4 @@ int main(){ j = i; } return 0; -} \ No newline at end of file +}