From 623465289870863a252c2f06f2324e244e052432 Mon Sep 17 00:00:00 2001 From: Shobhit Srivastava <78103690+Shobhit403@users.noreply.github.com> Date: Sat, 15 May 2021 10:36:50 +0530 Subject: [PATCH] Create DAY 96 --- Shobhit403/DAY 96 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Shobhit403/DAY 96 diff --git a/Shobhit403/DAY 96 b/Shobhit403/DAY 96 new file mode 100644 index 000000000..8827bfa52 --- /dev/null +++ b/Shobhit403/DAY 96 @@ -0,0 +1,21 @@ +#include +using namespace std; +int main() +{ + int t; + cin>>t; + while(t--) + { + int l , r , k; + cin>>l>>r>>k; + if((r-l+1)==1) + { + cout<<1<