@ -0,0 +1,16 @@
#include <bits/stdc++.h>
using namespace std;
int main(){
int a;
cin >>a;
if(a>50){
cout <<"yes";
}
else if(a%2==0){
else{
cout <<"no";
return 0;
The note is not visible to the blocked user.