#include using namespace std; #define NUM 10000 int num[NUM]; int main(){ int N, K; cin >> N >> K; string S; cin >> S; stack head; for(int i=0; i