#include #include #include using namespace std; int main(){ int N,K;string S; cin >> N >> K >> S; vector dp(N,0); stack bracks; for(int i=0;i