#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int N; cin >> N; string s,t; cin >> s >> t; multiset> A,B; bool yes = true; for(int i=0; i