#include <stdio.h>

int main(){
	int i=0;
	if(i) printf("yes\n");
	else printf("no\n");
return 0;
}
