N,M=map(int,input().split()) S=input() LIST=[] now=len(S)-1 for i in range(len(S)-1,-1,-1): if S[i]=="W": while S[now]!="A": now-=1 if i