From 5bdd33caa3cbe375061d370841feaa4831390bdb Mon Sep 17 00:00:00 2001 From: Shazid Mashrafi Date: Mon, 14 Aug 2023 14:40:17 +0600 Subject: [PATCH] initial commit --- 1822C Bun Lover/1822C.cpp | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 1822C Bun Lover/1822C.cpp diff --git a/1822C Bun Lover/1822C.cpp b/1822C Bun Lover/1822C.cpp new file mode 100644 index 0000000..332b6a1 --- /dev/null +++ b/1822C Bun Lover/1822C.cpp @@ -0,0 +1,47 @@ +#include +using namespace std; + +#define ll long long +#define ul unsigned long long +#define pb push_back +#define ss second +#define ff first +#define fr(n) for(int i=0; i=0; i--) +#define nl '\n' +#define yes cout<<"YES"<>n; + cout<> TC; + while (TC--) solve(); +} \ No newline at end of file