#include int main(){ std::string S;std::cin>>S;std::cout<<(S.back()&1)<<(S=="2"?" Yes":" No"); }