#include using namespace std; int n; int main() { cin >> n; if (n<=2) { cout << "No"; return 0; } cout << "Yes"<