#include<stdio.h>
int main(){
int a,b;
scanf("%d",&a);
scanf("%d",&b);
a=96;
b=78;
printf(" john yield%d\/nEmma yield:%d" :a,b);
return 0;
}