#include <stdio.h>

int main(void) {
	// your code goes here
	int x=2,y=5;
	if(x<y) return (x=x+y);
	else
		printf("z1");
	printf("z2");
}
