#include using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x>s>>t; sort(s.begin(),s.end()); sort(t.begin(),t.end()); if(s==t) cout<<"YES"<