#include<iostream>
using namespace std;
int main()
{
    int a;
    cin<<"yes";
    return 0;
}