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