#include using namespace std; using vi = vector; typedef long long int ll; typedef long double ld; #define fo(i,a,b) for(int i=a;i> a >> b; if (pow(a, b) == pow(b, a)) cout << "Yes"; else cout << "No"; }