#include using namespace std; #define ioss ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); using ll = long long; using LL = __int128; using ull = unsigned long long; using pii = pair; using pll = pair; using pLL = pair; using upll = pair; #define fi first #define se second #define ls i<<1 #define rs i<<1|1 constexpr double eps = 1e-3; const int inf = 0x3f3f3f3f; const ll Inf = 0x3f3f3f3f3f3f3f3f; const int N = 1e5 + 10; const int M = 1e7 + 10; const ll mod = 998244353; const string shiroko; templatebool cmin(U &x,const V &y){return ybool cmax(U &x,const V &y){return y>x?x=y,1:0;} int x, y; string s; int main(){ cin>>x>>y>>s; cout<