#include <iostream>
using namespace std;

int main() {
	double a = 912123123123123873;
	if (a == a + 2) {
		cout << "yes";
	}
	return 0;
}