#include using namespace std; int main(){ srand(time(0)); printf(rand()%2?"Yes\n":"No\n"); return 0; } //rteb5reuder