From 82146f17b13a61b18db6bb813d5aa722bb60d4e7 Mon Sep 17 00:00:00 2001 From: templesteps <55879440+templesteps@users.noreply.github.com> Date: Thu, 17 Oct 2019 18:48:25 +0530 Subject: [PATCH] Delete sum.cpp --- sum.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sum.cpp diff --git a/sum.cpp b/sum.cpp deleted file mode 100644 index 13e9e54..0000000 --- a/sum.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include -using namespace std; - -int main() -{ - int n; - cin >>n; - int arr[n]; - for(i=0;i