#include using namespace std; int main(){ string S; cin >> S; puts(S.size() == 2 ? "Yes" : "No"); }