From 0467e65e67ed972a8e13c42d4bb93b40361aec64 Mon Sep 17 00:00:00 2001 From: Prajnakalpa Mishra <56736266+prajnakalpa@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:08:34 +0530 Subject: [PATCH] Add files via upload --- Chess Format.cpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Chess Format.cpp diff --git a/Chess Format.cpp b/Chess Format.cpp new file mode 100644 index 0000000..822c265 --- /dev/null +++ b/Chess Format.cpp @@ -0,0 +1,33 @@ +#include +using namespace std ; + +#define ff first +#define ss second +#define ull unsigned long long +#define mod 1000000007 +#define inf 1e18 +#define w(x) int x;cin>>x;while(x--) +#define f(x,y) for( x=0;x>a>>b; + c=a+b; + if(c<3){ + cout<<1<