#include using namespace std; #define endl '\n' void speed() { ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); } int main() { speed(); #ifdef ONLINE_JUDGE freopen("cards.in", "r", stdin); freopen("cards.out", "w", stdout); #endif string s; char ch; int n,num1,num2,l=0; cin>>n>>s; for(int i=0;i