From d564e23ed5d014d20b7b254177e87613b076c5a1 Mon Sep 17 00:00:00 2001 From: Arya Singh <72375247+ARYASINGHBJC@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:33:57 +0530 Subject: [PATCH] CSES solutions --- CSES/Intro/IncreasingArray.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CSES/Intro/IncreasingArray.cpp diff --git a/CSES/Intro/IncreasingArray.cpp b/CSES/Intro/IncreasingArray.cpp new file mode 100644 index 00000000..290f10c0 --- /dev/null +++ b/CSES/Intro/IncreasingArray.cpp @@ -0,0 +1,22 @@ +#include +using namespace std; +int main() +{ + int n; + cin>>n; + long long a[n]; + for(int i=0;i>a[i]; + } + long long count=0; + if(n==1){cout<<0< pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy