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