#include <iostream> #include<cstring> #include<algorithm> using namespace std; int main() { int n,cnt=0; cin>>n; string s; getchar(); &n...