diff --git a/1837B Comparison String/1837B.cpp b/1837B Comparison String/1837B.cpp new file mode 100644 index 0000000..ab5e729 --- /dev/null +++ b/1837B Comparison String/1837B.cpp @@ -0,0 +1,84 @@ +#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(m) for(int i=0; i=0; i--) +#define nl '\n' +#define yes cout<<"YES"<>n>>s; + int mx=0; + fr(n) + { + int ct=1; + for(int j=i+1; j> TC; + while (TC--) solve(); +} \ No newline at end of file