main(){
	int i = 0;
	if(i) {
		puts("hurr");
	} else while(1) {
		puts("durr");
	}
}