From 661746142c2c5d25527e3068bd9b6af3a6fd1311 Mon Sep 17 00:00:00 2001 From: Debasmita Das Date: Sat, 3 Oct 2020 01:23:55 +0530 Subject: [PATCH] September lunchtime 2020 --- Codechef/SEPTLUNCH2020/SEPTLUNCH2.cpp | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Codechef/SEPTLUNCH2020/SEPTLUNCH2.cpp diff --git a/Codechef/SEPTLUNCH2020/SEPTLUNCH2.cpp b/Codechef/SEPTLUNCH2020/SEPTLUNCH2.cpp new file mode 100644 index 0000000..5d20304 --- /dev/null +++ b/Codechef/SEPTLUNCH2020/SEPTLUNCH2.cpp @@ -0,0 +1,35 @@ +// september 2020 lunchtime PROBLEM-GCDOPS +#include +using namespace std; +#define ll long long int +int main() { + +int t; +cin>>t; +while(t--) +{ + int n; + cin>>n; + int b[n]; + for(int i=0;i>b[i]; + } + bool flag=true; + for(int i=0;i