From 1e4e1221e9e9efbd637bf5f6bde13ee1427367f7 Mon Sep 17 00:00:00 2001 From: rohityadav74 Date: Wed, 27 Mar 2024 11:14:04 +0530 Subject: [PATCH] chore: update the solution of code --- easy/day_6/solution.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/easy/day_6/solution.cpp b/easy/day_6/solution.cpp index c6ee274..05355e8 100644 --- a/easy/day_6/solution.cpp +++ b/easy/day_6/solution.cpp @@ -1 +1,13 @@ //Write your code here +#include +#define int long long +using namespace std; +int32_t main(){ + int t; + cin>>t; + while(t--){ + int r,c,x,y;//rxc->row and column and (x,y)-> position of anton + cin>>r>>c>>x>>y; + cout<<"1"<<" "<<"1"<<" "<