#include<stdio.h>
int main()
{
    int a,b;
    scanf("%d%d"&a,&b);
    print("John Yield: %d\nEmma Yield: %d",a,b);
    return 0;
}