From 1823e722f0f7c6e6e187455e9ade32bcb27907d4 Mon Sep 17 00:00:00 2001 From: omkar2810 Date: Sat, 20 Oct 2018 07:22:49 +0530 Subject: [PATCH] commit5 --- sort1.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sort1.cpp diff --git a/sort1.cpp b/sort1.cpp new file mode 100644 index 0000000..9344f14 --- /dev/null +++ b/sort1.cpp @@ -0,0 +1,20 @@ +#include +using namespace std; +typedef long long int ll; +#define pb push_back +#define mp make_pair + +int main(){ + +ios::sync_with_stdio(false); + +int a,b; +cin>>a>>b; +if(a